Html Css Color HEX #CDF077 Sulu

📋 copy color: '#CDF077'

red 205 ◦ green 240 ◦ blue 119

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

Shades of Sulu #CDF077

Tints of Sulu #CDF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.55%

 BLUE value IS 119 (46.88% from 255) = 21.1%

R = 36.35%
G = 42.55%
B = 21.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#CDF077 (or 0xCDF077) is known color: Sulu. HEX triplet: CD, F0 and 77. RGB value is (205,240,119). Sum of RGB (Red+Green+Blue) = 205+240+119=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF077 is #320F88. Grayscale: #D8D8D8. Windows color (decimal): -3280777 or 7860429. OLE color: 7860429.

HSL color Cylindrical-coordinate representation of color #CDF077: hue angle of 77.36º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF077 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 119 -
CMYK 0.15 0 0.50 0.06
HSL 77.36º 0.8% 0.7% -
HSV(B) 77.36º 0.5% 0.94% -
XYZ 59.67 76.63 29.1 -
YUV 215.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 205 240 119 0.15 0 0.50 0.06 77.36 0.8 0.7
Hex CD F0 77 F 0 32 6 4D 50 46
Octal 315 360 167 17 0 62 6 115 120 106
Binary 11001101 11110000 1110111 1111 0 110010 110 1001101 1010000 1000110

Color Harmonies of #CDF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF077

Black with #CDF077

Text Example


Text Example

White with #CDF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF077; }

 p { color: rgb(205,240,119); }

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

background-color css

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

 a { background-color: rgb(205,240,119); }

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

border-color css

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

 span { border-color: rgb(205,240,119); }

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