#CAE481

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

Shades of Sulu #CAE481

Tints of Sulu #CAE481

Color information

#CAE481 (or 0xCAE481) is unknown color: approx Sulu. HEX triplet: CA, E4 and 81. RGB value is (202,228,129). Sum of RGB (Red+Green+Blue) = 202+228+129=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE481 is #351B7E. Grayscale: #D1D1D1. Windows color (decimal): -3480447 or 8512714. OLE color: 8512714.

HSL color Cylindrical-coordinate representation of color #CAE481: hue angle of 75.76º degrees, saturation: 0.65, 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 #CAE481 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB202228129-
CMYK0.1100.430.11
HSL75.76º64.71%70%-
HSV(B)75.76º43.42%89.41%-
XYZ56.0669.6331.25-
YUV208.9482.89123.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=36.14%
G=40.79%
B=23.08%

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
Decimal2022281290.1100.430.1175.7664.7170
HexCAE481B02BB4c4146
Octal3123442011305313114101106
Binary110010101110010010000001101101010111011100110010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE481; }

 p { color: rgb(202,228,129); }

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

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

 a { background-color: rgb(202,228,129); }

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

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

 span { border-color: rgb(202,228,129); }

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