#CAEB8D

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

Shades of Sulu #CAEB8D

Tints of Sulu #CAEB8D

Color information

#CAEB8D (or 0xCAEB8D) is unknown color: approx Sulu. HEX triplet: CA, EB and 8D. RGB value is (202,235,141). Sum of RGB (Red+Green+Blue) = 202+235+141=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB8D is #351472. Grayscale: #D6D6D6. Windows color (decimal): -3478643 or 9300938. OLE color: 9300938.

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

Color convert

RGB202235141-
CMYK0.1400.40.08
HSL81.06º70.15%73.73%-
HSV(B)81.06º40%92.16%-
XYZ58.8773.936.36-
YUV214.4286.57119.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 141 (55.47% from 255) = 24.39%
R=34.95%
G=40.66%
B=24.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351410.1400.40.0881.0670.1573.73
HexCAEB8DE028851464a
Octal3123532151605010121106112
Binary110010101110101110001101111001010001000101000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB8D; }

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

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

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

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

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

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

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

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