Html Css Color HEX #CDF479 Sulu

📋 copy color: '#CDF479'

red 205 ◦ green 244 ◦ blue 121

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

Shades of Sulu #CDF479

Tints of Sulu #CDF479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.81%

 BLUE value IS 121 (47.66% from 255) = 21.23%

R = 35.96%
G = 42.81%
B = 21.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#CDF479 (or 0xCDF479) is known color: Sulu. HEX triplet: CD, F4 and 79. RGB value is (205,244,121). Sum of RGB (Red+Green+Blue) = 205+244+121=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF479 is #320B86. Grayscale: #DADADA. Windows color (decimal): -3279751 or 7992525. OLE color: 7992525.

HSL color Cylindrical-coordinate representation of color #CDF479: hue angle of 79.02º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF479 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 244 121 -
CMYK 0.16 0 0.50 0.04
HSL 79.02º 0.85% 0.72% -
HSV(B) 79.02º 0.5% 0.96% -
XYZ 60.98 79.06 30.14 -
YUV 218.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 205 244 121 0.16 0 0.50 0.04 79.02 0.85 0.72
Hex CD F4 79 10 0 32 4 4F 55 48
Octal 315 364 171 20 0 62 4 117 125 110
Binary 11001101 11110100 1111001 10000 0 110010 100 1001111 1010101 1001000

Color Harmonies of #CDF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF479

Black with #CDF479

Text Example


Text Example

White with #CDF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF479; }

 p { color: rgb(205,244,121); }

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

background-color css

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

 a { background-color: rgb(205,244,121); }

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

border-color css

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

 span { border-color: rgb(205,244,121); }

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