#CAFA84

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

Shades of Sulu #CAFA84

Tints of Sulu #CAFA84

Color information

#CAFA84 (or 0xCAFA84) is unknown color: approx Sulu. HEX triplet: CA, FA and 84. RGB value is (202,250,132). Sum of RGB (Red+Green+Blue) = 202+250+132=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA84 is #35057B. Grayscale: #DEDEDE. Windows color (decimal): -3474812 or 8714954. OLE color: 8714954.

HSL color Cylindrical-coordinate representation of color #CAFA84: hue angle of 84.41º 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 #CAFA84 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB202250132-
CMYK0.1900.470.02
HSL84.41º92.19%74.9%-
HSV(B)84.41º47.2%98.04%-
XYZ62.7182.5934.47-
YUV222.277.1113.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=34.59%
G=42.81%
B=22.60%

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
Decimal2022501320.1900.470.0284.4192.1974.9
HexCAFA841302F2545c4b
Octal312372204230572124134113
Binary11001010111110101000010010011010111110101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA84; }

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

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

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

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

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

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

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

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