#CDFC72

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

Shades of Sulu #CDFC72

Tints of Sulu #CDFC72

Color information

#CDFC72 (or 0xCDFC72) is unknown color: approx Sulu. HEX triplet: CD, FC and 72. RGB value is (205,252,114). Sum of RGB (Red+Green+Blue) = 205+252+114=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC72 is #32038D. Grayscale: #DEDEDE. Windows color (decimal): -3277710 or 7535821. OLE color: 7535821.

HSL color Cylindrical-coordinate representation of color #CDFC72: hue angle of 80.43º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDFC72 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB205252114-
CMYK0.1900.550.01
HSL80.43º95.83%71.76%-
HSV(B)80.43º54.76%98.82%-
XYZ63.0283.8128.78-
YUV222.2166.93115.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 114 (44.92% from 255) = 19.96%
R=35.90%
G=44.13%
B=19.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521140.1900.550.0180.4395.8371.76
HexCDFC72130371506048
Octal315374162230671120140110
Binary110011011111110011100101001101101111101000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFC72; }

 p { color: rgb(205,252,114); }

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

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

 a { background-color: rgb(205,252,114); }

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

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

 span { border-color: rgb(205,252,114); }

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