Html Css Color HEX #AFF031 Green Yellow

📋 copy color: '#AFF031'

red 175 ◦ green 240 ◦ blue 49

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

Shades of Green Yellow #AFF031

Tints of Green Yellow #AFF031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.72%

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

R = 37.72%
G = 51.72%
B = 10.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#AFF031 (or 0xAFF031) is known color: Green Yellow. HEX triplet: AF, F0 and 31. RGB value is (175,240,49). Sum of RGB (Red+Green+Blue) = 175+240+49=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF031 is #500FCE. Grayscale: #C7C7C7. Windows color (decimal): -5246927 or 3272879. OLE color: 3272879.

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

Color convert

RGB 175 240 49 -
CMYK 0.27 0 0.80 0.06
HSL 80.42º 0.86% 0.57% -
HSV(B) 80.42º 0.8% 0.94% -
XYZ 49.39 71.66 14.13 -
YUV 198.79 43.47 111.03 -
System Red Green Blue C M Y K H S L
Decimal 175 240 49 0.27 0 0.80 0.06 80.42 0.86 0.57
Hex AF F0 31 1B 0 50 6 50 56 39
Octal 257 360 61 33 0 120 6 120 126 71
Binary 10101111 11110000 110001 11011 0 1010000 110 1010000 1010110 111001

Color Harmonies of #AFF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF031

Black with #AFF031

Text Example


Text Example

White with #AFF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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