#CAF481

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

Shades of Sulu #CAF481

Tints of Sulu #CAF481

Color information

#CAF481 (or 0xCAF481) is unknown color: approx Sulu. HEX triplet: CA, F4 and 81. RGB value is (202,244,129). Sum of RGB (Red+Green+Blue) = 202+244+129=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF481 is #350B7E. Grayscale: #DADADA. Windows color (decimal): -3476351 or 8516810. OLE color: 8516810.

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

Color convert

RGB202244129-
CMYK0.1700.470.04
HSL81.91º83.94%73.14%-
HSV(B)81.91º47.13%95.69%-
XYZ60.6778.8432.79-
YUV218.3377.59116.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=35.13%
G=42.43%
B=22.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441290.1700.470.0481.9183.9473.14
HexCAF4811102F4525449
Octal312364201210574122124111
Binary110010101111010010000001100010101111100101001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF481; }

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

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

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

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

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

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

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

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