#CAFA85

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

Shades of Sulu #CAFA85

Tints of Sulu #CAFA85

Color information

#CAFA85 (or 0xCAFA85) is unknown color: approx Sulu. HEX triplet: CA, FA and 85. RGB value is (202,250,133). Sum of RGB (Red+Green+Blue) = 202+250+133=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA85 is #35057A. Grayscale: #DEDEDE. Windows color (decimal): -3474811 or 8780490. OLE color: 8780490.

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

Color convert

RGB202250133-
CMYK0.1900.470.02
HSL84.62º92.13%75.1%-
HSV(B)84.62º46.8%98.04%-
XYZ62.7882.6234.83-
YUV222.3177.6113.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=34.53%
G=42.74%
B=22.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501330.1900.470.0284.6292.1375.1
HexCAFA851302F2555c4b
Octal312372205230572125134113
Binary11001010111110101000010110011010111110101010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA85; }

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

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

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

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

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

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

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

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