#CAEB84

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

Shades of Sulu #CAEB84

Tints of Sulu #CAEB84

Color information

#CAEB84 (or 0xCAEB84) is unknown color: approx Sulu. HEX triplet: CA, EB and 84. RGB value is (202,235,132). Sum of RGB (Red+Green+Blue) = 202+235+132=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB84 is #35147B. Grayscale: #D5D5D5. Windows color (decimal): -3478652 or 8711114. OLE color: 8711114.

HSL color Cylindrical-coordinate representation of color #CAEB84: hue angle of 79.22º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAEB84 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB202235132-
CMYK0.1400.440.08
HSL79.22º72.03%71.96%-
HSV(B)79.22º43.83%92.16%-
XYZ58.2373.6432.97-
YUV213.3982.07119.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=35.50%
G=41.30%
B=23.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351320.1400.440.0879.2272.0371.96
HexCAEB84E02C84f4848
Octal3123532041605410117110110
Binary110010101110101110000100111001011001000100111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB84; }

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

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

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

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

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

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

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

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