#CAFA70

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

Shades of Sulu #CAFA70

Tints of Sulu #CAFA70

Color information

#CAFA70 (or 0xCAFA70) is unknown color: approx Sulu. HEX triplet: CA, FA and 70. RGB value is (202,250,112). Sum of RGB (Red+Green+Blue) = 202+250+112=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA70 is #35058F. Grayscale: #DCDCDC. Windows color (decimal): -3474832 or 7404234. OLE color: 7404234.

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

Color convert

RGB202250112-
CMYK0.1900.550.02
HSL80.87º93.24%70.98%-
HSV(B)80.87º55.2%98.04%-
XYZ61.4782.127.94-
YUV219.9267.1115.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=35.82%
G=44.33%
B=19.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501120.1900.550.0280.8793.2470.98
HexCAFA70130372515d47
Octal312372160230672121135107
Binary1100101011111010111000010011011011110101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA70; }

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

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

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

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

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

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

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

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