#CAE18A

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

Shades of Sulu #CAE18A

Tints of Sulu #CAE18A

Color information

#CAE18A (or 0xCAE18A) is unknown color: approx Sulu. HEX triplet: CA, E1 and 8A. RGB value is (202,225,138). Sum of RGB (Red+Green+Blue) = 202+225+138=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE18A is #351E75. Grayscale: #D0D0D0. Windows color (decimal): -3481206 or 9101770. OLE color: 9101770.

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

Color convert

RGB202225138-
CMYK0.1000.390.12
HSL75.86º59.18%71.18%-
HSV(B)75.86º38.67%88.24%-
XYZ55.8768.2434.27-
YUV208.288.38123.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=35.75%
G=39.82%
B=24.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251380.1000.390.1275.8659.1871.18
HexCAE18AA027C4c3b47
Octal312341212120471411473107
Binary11001010111000011000101010100100111110010011001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE18A; }

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

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

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

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

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

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

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

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