#CAE184

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

Shades of Sulu #CAE184

Tints of Sulu #CAE184

Color information

#CAE184 (or 0xCAE184) is unknown color: approx Sulu. HEX triplet: CA, E1 and 84. RGB value is (202,225,132). Sum of RGB (Red+Green+Blue) = 202+225+132=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE184 is #351E7B. Grayscale: #CFCFCF. Windows color (decimal): -3481212 or 8708554. OLE color: 8708554.

HSL color Cylindrical-coordinate representation of color #CAE184: hue angle of 74.84º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE184 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB202225132-
CMYK0.1000.410.12
HSL74.84º60.78%70%-
HSV(B)74.84º41.33%88.24%-
XYZ55.4568.0732.05-
YUV207.5285.38124.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=36.14%
G=40.25%
B=23.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251320.1000.410.1274.8460.7870
HexCAE184A029C4b3d46
Octal312341204120511411375106
Binary11001010111000011000010010100101001110010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE184; }

 p { color: rgb(202,225,132); }

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

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

 a { background-color: rgb(202,225,132); }

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

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

 span { border-color: rgb(202,225,132); }

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