#CAE382

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

Shades of Sulu #CAE382

Tints of Sulu #CAE382

Color information

#CAE382 (or 0xCAE382) is unknown color: approx Sulu. HEX triplet: CA, E3 and 82. RGB value is (202,227,130). Sum of RGB (Red+Green+Blue) = 202+227+130=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE382 is #351C7D. Grayscale: #D0D0D0. Windows color (decimal): -3480702 or 8577994. OLE color: 8577994.

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

Color convert

RGB202227130-
CMYK0.1100.430.11
HSL75.46º63.4%70%-
HSV(B)75.46º42.73%89.02%-
XYZ55.8669.1131.51-
YUV208.4783.72123.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=36.14%
G=40.61%
B=23.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271300.1100.430.1175.4663.470
HexCAE382B02BB4b3f46
Octal312343202130531311377106
Binary11001010111000111000001010110101011101110010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE382; }

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

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

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

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

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

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

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

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