#CAF681

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

Shades of Sulu #CAF681

Tints of Sulu #CAF681

Color information

#CAF681 (or 0xCAF681) is unknown color: approx Sulu. HEX triplet: CA, F6 and 81. RGB value is (202,246,129). Sum of RGB (Red+Green+Blue) = 202+246+129=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF681 is #35097E. Grayscale: #DBDBDB. Windows color (decimal): -3475839 or 8517322. OLE color: 8517322.

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

Color convert

RGB202246129-
CMYK0.1800.480.04
HSL82.56º86.67%73.53%-
HSV(B)82.56º47.56%96.47%-
XYZ61.2880.0532.99-
YUV219.5176.92115.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 129 (50.78% from 255) = 22.36%
R=35.01%
G=42.63%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461290.1800.480.0482.5686.6773.53
HexCAF68112030453574a
Octal312366201220604123127112
Binary110010101111011010000001100100110000100101001110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF681; }

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

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

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

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

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

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

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

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