#CAF484

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

Shades of Sulu #CAF484

Tints of Sulu #CAF484

Color information

#CAF484 (or 0xCAF484) is unknown color: approx Sulu. HEX triplet: CA, F4 and 84. RGB value is (202,244,132). Sum of RGB (Red+Green+Blue) = 202+244+132=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF484 is #350B7B. Grayscale: #DBDBDB. Windows color (decimal): -3476348 or 8713418. OLE color: 8713418.

HSL color Cylindrical-coordinate representation of color #CAF484: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF484 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB202244132-
CMYK0.1700.460.04
HSL82.5º83.58%73.73%-
HSV(B)82.5º45.9%95.69%-
XYZ60.8778.9233.86-
YUV218.6779.09116.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 132 (51.95% from 255) = 22.84%
R=34.95%
G=42.21%
B=22.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441320.1700.460.0482.583.5873.73
HexCAF4841102E452544a
Octal312364204210564122124112
Binary110010101111010010000100100010101110100101001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF484; }

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

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

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

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

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

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

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

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