#CAFA88

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

Shades of Sulu #CAFA88

Tints of Sulu #CAFA88

Color information

#CAFA88 (or 0xCAFA88) is unknown color: approx Sulu. HEX triplet: CA, FA and 88. RGB value is (202,250,136). Sum of RGB (Red+Green+Blue) = 202+250+136=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA88 is #350577. Grayscale: #DFDFDF. Windows color (decimal): -3474808 or 8977098. OLE color: 8977098.

HSL color Cylindrical-coordinate representation of color #CAFA88: hue angle of 85.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAFA88 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB202250136-
CMYK0.1900.460.02
HSL85.26º91.94%75.69%-
HSV(B)85.26º45.6%98.04%-
XYZ62.9982.7135.94-
YUV222.6579.1113.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 136 (53.52% from 255) = 23.13%
R=34.35%
G=42.52%
B=23.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501360.1900.460.0285.2691.9475.69
HexCAFA881302E2555c4c
Octal312372210230562125134114
Binary11001010111110101000100010011010111010101010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA88; }

 p { color: rgb(202,250,136); }

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

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

 a { background-color: rgb(202,250,136); }

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

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

 span { border-color: rgb(202,250,136); }

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