Html Css Color HEX #AFF828 Green Yellow

📋 copy color: '#AFF828'

red 175 ◦ green 248 ◦ blue 40

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

Shades of Green Yellow #AFF828

Tints of Green Yellow #AFF828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.56%

 BLUE value IS 40 (16.02% from 255) = 8.64%

R = 37.8%
G = 53.56%
B = 8.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#AFF828 (or 0xAFF828) is known color: Green Yellow. HEX triplet: AF, F8 and 28. RGB value is (175,248,40). Sum of RGB (Red+Green+Blue) = 175+248+40=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF828 is #5007D7. Grayscale: #CBCBCB. Windows color (decimal): -5244888 or 2685103. OLE color: 2685103.

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

Color convert

RGB 175 248 40 -
CMYK 0.29 0 0.84 0.03
HSL 81.06º 0.94% 0.56% -
HSV(B) 81.06º 0.84% 0.97% -
XYZ 51.63 76.4 14.03 -
YUV 202.46 36.32 108.41 -
System Red Green Blue C M Y K H S L
Decimal 175 248 40 0.29 0 0.84 0.03 81.06 0.94 0.56
Hex AF F8 28 1D 0 54 3 51 5E 38
Octal 257 370 50 35 0 124 3 121 136 70
Binary 10101111 11111000 101000 11101 0 1010100 11 1010001 1011110 111000

Color Harmonies of #AFF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF828

Black with #AFF828

Text Example


Text Example

White with #AFF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF828; }

 p { color: rgb(175,248,40); }

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

background-color css

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

 a { background-color: rgb(175,248,40); }

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

border-color css

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

 span { border-color: rgb(175,248,40); }

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