#CDEA85

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

Shades of Sulu #CDEA85

Tints of Sulu #CDEA85

Color information

#CDEA85 (or 0xCDEA85) is unknown color: approx Sulu. HEX triplet: CD, EA and 85. RGB value is (205,234,133). Sum of RGB (Red+Green+Blue) = 205+234+133=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA85 is #32157A. Grayscale: #D6D6D6. Windows color (decimal): -3282299 or 8776397. OLE color: 8776397.

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

Color convert

RGB205234133-
CMYK0.1200.430.08
HSL77.23º70.63%71.96%-
HSV(B)77.23º43.16%91.76%-
XYZ58.8373.5233.28-
YUV213.8282.39121.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=35.84%
G=40.91%
B=23.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341330.1200.430.0877.2370.6371.96
HexCDEA85C02B84d4748
Octal3153522051405310115107110
Binary110011011110101010000101110001010111000100110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA85; }

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

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

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

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

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

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

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

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