#CAE385

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

Shades of Sulu #CAE385

Tints of Sulu #CAE385

Color information

#CAE385 (or 0xCAE385) is unknown color: approx Sulu. HEX triplet: CA, E3 and 85. RGB value is (202,227,133). Sum of RGB (Red+Green+Blue) = 202+227+133=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE385 is #351C7A. Grayscale: #D1D1D1. Windows color (decimal): -3480699 or 8774602. OLE color: 8774602.

HSL color Cylindrical-coordinate representation of color #CAE385: hue angle of 75.96º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE385 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB202227133-
CMYK0.1100.410.11
HSL75.96º62.67%70.59%-
HSV(B)75.96º41.41%89.02%-
XYZ56.0669.1932.59-
YUV208.8185.22123.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 227 (89.06% from 255) = 40.39%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=35.94%
G=40.39%
B=23.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271330.1100.410.1175.9662.6770.59
HexCAE385B029B4c3f47
Octal312343205130511311477107
Binary11001010111000111000010110110101001101110011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE385; }

 p { color: rgb(202,227,133); }

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

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

 a { background-color: rgb(202,227,133); }

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

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

 span { border-color: rgb(202,227,133); }

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