#CAE183

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

Shades of Sulu #CAE183

Tints of Sulu #CAE183

Color information

#CAE183 (or 0xCAE183) is unknown color: approx Sulu. HEX triplet: CA, E1 and 83. RGB value is (202,225,131). Sum of RGB (Red+Green+Blue) = 202+225+131=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE183 is #351E7C. Grayscale: #CFCFCF. Windows color (decimal): -3481213 or 8643018. OLE color: 8643018.

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

Color convert

RGB202225131-
CMYK0.1000.420.12
HSL74.68º61.04%69.8%-
HSV(B)74.68º41.78%88.24%-
XYZ55.3868.0531.69-
YUV207.4184.88124.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 131 (51.56% from 255) = 23.48%
R=36.20%
G=40.32%
B=23.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251310.1000.420.1274.6861.0469.8
HexCAE183A02AC4b3d46
Octal312341203120521411375106
Binary11001010111000011000001110100101010110010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE183; }

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

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

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

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

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

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

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

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