#CDEA7F

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

Shades of Sulu #CDEA7F

Tints of Sulu #CDEA7F

Color information

#CDEA7F (or 0xCDEA7F) is unknown color: approx Sulu. HEX triplet: CD, EA and 7F. RGB value is (205,234,127). Sum of RGB (Red+Green+Blue) = 205+234+127=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA7F is #321580. Grayscale: #D5D5D5. Windows color (decimal): -3282305 or 8383181. OLE color: 8383181.

HSL color Cylindrical-coordinate representation of color #CDEA7F: hue angle of 76.26º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDEA7F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB205234127-
CMYK0.1200.460.08
HSL76.26º71.81%70.78%-
HSV(B)76.26º45.73%91.76%-
XYZ58.4373.3631.16-
YUV213.1379.39122.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 127 (50% from 255) = 22.44%
R=36.22%
G=41.34%
B=22.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341270.1200.460.0876.2671.8170.78
HexCDEA7FC02E84c4847
Octal3153521771405610114110107
Binary11001101111010101111111110001011101000100110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA7F; }

 p { color: rgb(205,234,127); }

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

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

 a { background-color: rgb(205,234,127); }

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

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

 span { border-color: rgb(205,234,127); }

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