Html Css Color HEX #AFF82C Green Yellow

📋 copy color: '#AFF82C'

red 175 ◦ green 248 ◦ blue 44

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

Shades of Green Yellow #AFF82C

Tints of Green Yellow #AFF82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 37.47%
G = 53.1%
B = 9.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#AFF82C (or 0xAFF82C) is known color: Green Yellow. HEX triplet: AF, F8 and 2C. RGB value is (175,248,44). Sum of RGB (Red+Green+Blue) = 175+248+44=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF82C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF82C is #5007D3. Grayscale: #CBCBCB. Windows color (decimal): -5244884 or 2947247. OLE color: 2947247.

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

Color convert

RGB 175 248 44 -
CMYK 0.29 0 0.82 0.03
HSL 81.47º 0.94% 0.57% -
HSV(B) 81.47º 0.82% 0.97% -
XYZ 51.7 76.43 14.41 -
YUV 202.92 38.32 108.09 -
System Red Green Blue C M Y K H S L
Decimal 175 248 44 0.29 0 0.82 0.03 81.47 0.94 0.57
Hex AF F8 2C 1D 0 52 3 51 5E 39
Octal 257 370 54 35 0 122 3 121 136 71
Binary 10101111 11111000 101100 11101 0 1010010 11 1010001 1011110 111001

Color Harmonies of #AFF82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF82C

Black with #AFF82C

Text Example


Text Example

White with #AFF82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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