#CDE07D

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

Shades of Sulu #CDE07D

Tints of Sulu #CDE07D

Color information

#CDE07D (or 0xCDE07D) is unknown color: approx Sulu. HEX triplet: CD, E0 and 7D. RGB value is (205,224,125). Sum of RGB (Red+Green+Blue) = 205+224+125=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE07D is #321F82. Grayscale: #CFCFCF. Windows color (decimal): -3284867 or 8249549. OLE color: 8249549.

HSL color Cylindrical-coordinate representation of color #CDE07D: hue angle of 71.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDE07D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB205224125-
CMYK0.0800.440.12
HSL71.52º61.49%68.43%-
HSV(B)71.52º44.2%87.84%-
XYZ55.5367.7729.56-
YUV207.0381.71126.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=37.00%
G=40.43%
B=22.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241250.0800.440.1271.5261.4968.43
HexCDE07D802CC483d44
Octal315340175100541411075104
Binary1100110111100000111110110000101100110010010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE07D; }

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

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

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

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

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

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

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

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