Html Css Color HEX #AFF76F Sulu

📋 copy color: '#AFF76F'

red 175 ◦ green 247 ◦ blue 111

#AFF76F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #AFF76F

Tints of Sulu #AFF76F

RGB

 RED value IS 175 (68.75% from 255) = 32.83%

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 32.83%
G = 46.34%
B = 20.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#AFF76F (or 0xAFF76F) is known color: Sulu. HEX triplet: AF, F7 and 6F. RGB value is (175,247,111). Sum of RGB (Red+Green+Blue) = 175+247+111=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF76F is #500890. Grayscale: #D2D2D2. Windows color (decimal): -5245073 or 7337903. OLE color: 7337903.

HSL color Cylindrical-coordinate representation of color #AFF76F: hue angle of 91.76º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF76F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 111 -
CMYK 0.29 0 0.55 0.03
HSL 91.76º 0.89% 0.7% -
HSV(B) 91.76º 0.55% 0.97% -
XYZ 53.81 76.78 27.02 -
YUV 209.97 72.15 103.06 -
System Red Green Blue C M Y K H S L
Decimal 175 247 111 0.29 0 0.55 0.03 91.76 0.89 0.7
Hex AF F7 6F 1D 0 37 3 5C 59 46
Octal 257 367 157 35 0 67 3 134 131 106
Binary 10101111 11110111 1101111 11101 0 110111 11 1011100 1011001 1000110

Color Harmonies of #AFF76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF76F

Black with #AFF76F

Text Example


Text Example

White with #AFF76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF76F; }

 p { color: rgb(175,247,111); }

 H1.HeaderClassName
 {
   color: #AFF76F;
 }
 .AnyTagClassName
 {
   color: #AFF76F;
 }
</style>

background-color css

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

 a { background-color: rgb(175,247,111); }

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

border-color css

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

 span { border-color: rgb(175,247,111); }

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