#CDFA79

Color #CDFA79 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CDFA79

Tints of Sulu #CDFA79

Color information

#CDFA79 (or 0xCDFA79) is unknown color: approx Sulu. HEX triplet: CD, FA and 79. RGB value is (205,250,121). Sum of RGB (Red+Green+Blue) = 205+250+121=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 121 (47.66% from 255 or 21.01% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA79 is #320586. Grayscale: #DEDEDE. Windows color (decimal): -3278215 or 7994061. OLE color: 7994061.

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

Color convert

RGB205250121-
CMYK0.1800.520.02
HSL80.93º92.81%72.75%-
HSV(B)80.93º51.6%98.04%-
XYZ62.8182.7330.75-
YUV221.8471.09115.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 121 (47.66% from 255) = 21.01%
R=35.59%
G=43.40%
B=21.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501210.1800.520.0280.9392.8172.75
HexCDFA79120342515d49
Octal315372171220642121135111
Binary1100110111111010111100110010011010010101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA79; }

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

 H1.HeaderClassName
 {
   color: #CDFA79;
 }
 .AnyTagClassName
 {
   color: #CDFA79;
 }
</style>
background-color css

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

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

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

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

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

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