#CAF88A

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

Shades of Sulu #CAF88A

Tints of Sulu #CAF88A

Color information

#CAF88A (or 0xCAF88A) is unknown color: approx Sulu. HEX triplet: CA, F8 and 8A. RGB value is (202,248,138). Sum of RGB (Red+Green+Blue) = 202+248+138=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF88A is #350775. Grayscale: #DEDEDE. Windows color (decimal): -3475318 or 9107658. OLE color: 9107658.

HSL color Cylindrical-coordinate representation of color #CAF88A: hue angle of 85.09º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAF88A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB202248138-
CMYK0.1900.440.03
HSL85.09º88.71%75.69%-
HSV(B)85.09º44.35%97.25%-
XYZ62.5181.5336.49-
YUV221.7180.76113.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=34.35%
G=42.18%
B=23.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481380.1900.440.0385.0988.7175.69
HexCAF88A1302C355594c
Octal312370212230543125131114
Binary11001010111110001000101010011010110011101010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF88A; }

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

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

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

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

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

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

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

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