#AFF67C

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

Shades of Sulu #AFF67C

Tints of Sulu #AFF67C

Color information

#AFF67C (or 0xAFF67C) is unknown color: approx Sulu. HEX triplet: AF, F6 and 7C. RGB value is (175,246,124). Sum of RGB (Red+Green+Blue) = 175+246+124=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF67C is #500983. Grayscale: #D3D3D3. Windows color (decimal): -5245316 or 8189615. OLE color: 8189615.

HSL color Cylindrical-coordinate representation of color #AFF67C: hue angle of 94.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF67C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB175246124-
CMYK0.2900.500.04
HSL94.92º87.14%72.55%-
HSV(B)94.92º49.59%96.47%-
XYZ54.2776.4830.97-
YUV210.8678.98102.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=32.11%
G=45.14%
B=22.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461240.2900.500.0494.9287.1472.55
HexAFF67C1D03245f5749
Octal257366174350624137127111
Binary10101111111101101111100111010110010100101111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF67C; }

 p { color: rgb(175,246,124); }

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

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

 a { background-color: rgb(175,246,124); }

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

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

 span { border-color: rgb(175,246,124); }

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