Html Css Color HEX #AFF131 Green Yellow

📋 copy color: '#AFF131'

red 175 ◦ green 241 ◦ blue 49

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

Shades of Green Yellow #AFF131

Tints of Green Yellow #AFF131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 37.63%
G = 51.83%
B = 10.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#AFF131 (or 0xAFF131) is known color: Green Yellow. HEX triplet: AF, F1 and 31. RGB value is (175,241,49). Sum of RGB (Red+Green+Blue) = 175+241+49=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF131 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF131 is #500ECE. Grayscale: #C8C8C8. Windows color (decimal): -5246671 or 3273135. OLE color: 3273135.

HSL color Cylindrical-coordinate representation of color #AFF131: hue angle of 80.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFF131 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 49 -
CMYK 0.27 0 0.80 0.05
HSL 80.63º 0.87% 0.57% -
HSV(B) 80.63º 0.8% 0.95% -
XYZ 49.69 72.25 14.23 -
YUV 199.38 43.13 110.61 -
System Red Green Blue C M Y K H S L
Decimal 175 241 49 0.27 0 0.80 0.05 80.63 0.87 0.57
Hex AF F1 31 1B 0 50 5 51 57 39
Octal 257 361 61 33 0 120 5 121 127 71
Binary 10101111 11110001 110001 11011 0 1010000 101 1010001 1010111 111001

Color Harmonies of #AFF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF131

Black with #AFF131

Text Example


Text Example

White with #AFF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF131; }

 p { color: rgb(175,241,49); }

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

background-color css

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

 a { background-color: rgb(175,241,49); }

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

border-color css

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

 span { border-color: rgb(175,241,49); }

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