#CAF16F

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

Shades of Sulu #CAF16F

Tints of Sulu #CAF16F

Color information

#CAF16F (or 0xCAF16F) is unknown color: approx Sulu. HEX triplet: CA, F1 and 6F. RGB value is (202,241,111). Sum of RGB (Red+Green+Blue) = 202+241+111=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF16F is #350E90. Grayscale: #D7D7D7. Windows color (decimal): -3477137 or 7336394. OLE color: 7336394.

HSL color Cylindrical-coordinate representation of color #CAF16F: hue angle of 78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF16F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB202241111-
CMYK0.1600.540.05
HSL78º82.28%69.02%-
HSV(B)78º53.94%94.51%-
XYZ58.6876.6126.73-
YUV214.5269.58119.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 111 (43.75% from 255) = 20.04%
R=36.46%
G=43.50%
B=20.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411110.1600.540.057882.2869.02
HexCAF16F1003654e5245
Octal312361157200665116122105
Binary11001010111100011101111100000110110101100111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF16F; }

 p { color: rgb(202,241,111); }

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

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

 a { background-color: rgb(202,241,111); }

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

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

 span { border-color: rgb(202,241,111); }

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