Html Css Color HEX #AFF51E Green Yellow

📋 copy color: '#AFF51E'

red 175 ◦ green 245 ◦ blue 30

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

Shades of Green Yellow #AFF51E

Tints of Green Yellow #AFF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.44%

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 38.89%
G = 54.44%
B = 6.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#AFF51E (or 0xAFF51E) is known color: Green Yellow. HEX triplet: AF, F5 and 1E. RGB value is (175,245,30). Sum of RGB (Red+Green+Blue) = 175+245+30=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF51E is #500AE1. Grayscale: #C8C8C8. Windows color (decimal): -5245666 or 2028975. OLE color: 2028975.

HSL color Cylindrical-coordinate representation of color #AFF51E: hue angle of 79.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFF51E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 30 -
CMYK 0.29 0 0.88 0.04
HSL 79.53º 0.91% 0.54% -
HSV(B) 79.53º 0.88% 0.96% -
XYZ 50.57 74.51 12.95 -
YUV 199.56 32.31 110.48 -
System Red Green Blue C M Y K H S L
Decimal 175 245 30 0.29 0 0.88 0.04 79.53 0.91 0.54
Hex AF F5 1E 1D 0 58 4 50 5B 36
Octal 257 365 36 35 0 130 4 120 133 66
Binary 10101111 11110101 11110 11101 0 1011000 100 1010000 1011011 110110

Color Harmonies of #AFF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF51E

Black with #AFF51E

Text Example


Text Example

White with #AFF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF51E; }

 p { color: rgb(175,245,30); }

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

background-color css

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

 a { background-color: rgb(175,245,30); }

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

border-color css

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

 span { border-color: rgb(175,245,30); }

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