#AFF974

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

Shades of Sulu #AFF974

Tints of Sulu #AFF974

Color information

#AFF974 (or 0xAFF974) is unknown color: approx Sulu. HEX triplet: AF, F9 and 74. RGB value is (175,249,116). Sum of RGB (Red+Green+Blue) = 175+249+116=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF974 is #50068B. Grayscale: #D4D4D4. Windows color (decimal): -5244556 or 7666095. OLE color: 7666095.

HSL color Cylindrical-coordinate representation of color #AFF974: hue angle of 93.38º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFF974 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB175249116-
CMYK0.3000.530.02
HSL93.38º91.72%71.57%-
HSV(B)93.38º53.41%97.65%-
XYZ54.7178.1328.72-
YUV211.7173.98101.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 116 (45.70% from 255) = 21.48%
R=32.41%
G=46.11%
B=21.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491160.3000.530.0293.3891.7271.57
HexAFF9741E03525d5c48
Octal257371164360652135134110
Binary1010111111111001111010011110011010110101110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF974; }

 p { color: rgb(175,249,116); }

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

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

 a { background-color: rgb(175,249,116); }

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

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

 span { border-color: rgb(175,249,116); }

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