#CAE180

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

Shades of Sulu #CAE180

Tints of Sulu #CAE180

Color information

#CAE180 (or 0xCAE180) is unknown color: approx Sulu. HEX triplet: CA, E1 and 80. RGB value is (202,225,128). Sum of RGB (Red+Green+Blue) = 202+225+128=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE180 is #351E7F. Grayscale: #CFCFCF. Windows color (decimal): -3481216 or 8446410. OLE color: 8446410.

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

Color convert

RGB202225128-
CMYK0.1000.430.12
HSL74.23º61.78%69.22%-
HSV(B)74.23º43.11%88.24%-
XYZ55.1867.9730.63-
YUV207.0683.38124.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=36.40%
G=40.54%
B=23.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251280.1000.430.1274.2361.7869.22
HexCAE180A02BC4a3e45
Octal312341200120531411276105
Binary11001010111000011000000010100101011110010010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE180; }

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

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

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

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

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

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

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

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