#CDF27D

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

Shades of Sulu #CDF27D

Tints of Sulu #CDF27D

Color information

#CDF27D (or 0xCDF27D) is unknown color: approx Sulu. HEX triplet: CD, F2 and 7D. RGB value is (205,242,125). Sum of RGB (Red+Green+Blue) = 205+242+125=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF27D is #320D82. Grayscale: #DADADA. Windows color (decimal): -3280259 or 8254157. OLE color: 8254157.

HSL color Cylindrical-coordinate representation of color #CDF27D: hue angle of 78.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF27D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB205242125-
CMYK0.1500.480.05
HSL78.97º81.82%71.96%-
HSV(B)78.97º48.35%94.9%-
XYZ60.6377.9631.26-
YUV217.675.74119.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=35.84%
G=42.31%
B=21.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421250.1500.480.0578.9781.8271.96
HexCDF27DF03054f5248
Octal315362175170605117122110
Binary1100110111110010111110111110110000101100111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF27D; }

 p { color: rgb(205,242,125); }

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

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

 a { background-color: rgb(205,242,125); }

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

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

 span { border-color: rgb(205,242,125); }

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