#CDDE92

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

Shades of Sulu #CDDE92

Tints of Sulu #CDDE92

Color information

#CDDE92 (or 0xCDDE92) is unknown color: approx Sulu. HEX triplet: CD, DE and 92. RGB value is (205,222,146). Sum of RGB (Red+Green+Blue) = 205+222+146=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE92 is #32216D. Grayscale: #D0D0D0. Windows color (decimal): -3285358 or 9625293. OLE color: 9625293.

HSL color Cylindrical-coordinate representation of color #CDDE92: hue angle of 73.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDE92 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB205222146-
CMYK0.0800.340.13
HSL73.42º53.52%72.16%-
HSV(B)73.42º34.23%87.06%-
XYZ56.4967.337.21-
YUV208.2592.87125.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=35.78%
G=38.74%
B=25.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221460.0800.340.1373.4253.5272.16
HexCDDE928022D493648
Octal315336222100421511166110
Binary11001101110111101001001010000100010110110010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE92; }

 p { color: rgb(205,222,146); }

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

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

 a { background-color: rgb(205,222,146); }

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

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

 span { border-color: rgb(205,222,146); }

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