Html Css Color HEX #CDF976 Sulu

📋 copy color: '#CDF976'

red 205 ◦ green 249 ◦ blue 118

#CDF976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CDF976

Tints of Sulu #CDF976

RGB

 RED value IS 205 (80.47% from 255) = 35.84%

 GREEN value IS 249 (97.66% from 255) = 43.53%

 BLUE value IS 118 (46.48% from 255) = 20.63%

R = 35.84%
G = 43.53%
B = 20.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDF976 (or 0xCDF976) is known color: Sulu. HEX triplet: CD, F9 and 76. RGB value is (205,249,118). Sum of RGB (Red+Green+Blue) = 205+249+118=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF976 is #320689. Grayscale: #DDDDDD. Windows color (decimal): -3278474 or 7797197. OLE color: 7797197.

HSL color Cylindrical-coordinate representation of color #CDF976: hue angle of 80.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF976 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 118 -
CMYK 0.18 0 0.53 0.02
HSL 80.15º 0.92% 0.72% -
HSV(B) 80.15º 0.53% 0.98% -
XYZ 62.32 82.04 29.69 -
YUV 220.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 205 249 118 0.18 0 0.53 0.02 80.15 0.92 0.72
Hex CD F9 76 12 0 35 2 50 5C 48
Octal 315 371 166 22 0 65 2 120 134 110
Binary 11001101 11111001 1110110 10010 0 110101 10 1010000 1011100 1001000

Color Harmonies of #CDF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF976

Black with #CDF976

Text Example


Text Example

White with #CDF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF976; }

 p { color: rgb(205,249,118); }

 H1.HeaderClassName
 {
   color: #CDF976;
 }
 .AnyTagClassName
 {
   color: #CDF976;
 }
</style>

background-color css

<style>
 a { background-color: #CDF976; }

 a { background-color: rgb(205,249,118); }

 div.DivClassName
 {
   background-color: #CDF976;
 }
 .BgClassName
 {
   background-color: #CDF976;
 }
</style>

border-color css

<style>
 span { border-color: #CDF976; }

 span { border-color: rgb(205,249,118); }

 td.TdClassName
 {
   border-color: #CDF976;
 }
 .TagClassName
 {
   border-color: #CDF976;
 }
</style>