Html Css Color HEX #AFF824 Green Yellow

📋 copy color: '#AFF824'

red 175 ◦ green 248 ◦ blue 36

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

Shades of Green Yellow #AFF824

Tints of Green Yellow #AFF824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.84%

R = 38.13%
G = 54.03%
B = 7.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#AFF824 (or 0xAFF824) is known color: Green Yellow. HEX triplet: AF, F8 and 24. RGB value is (175,248,36). Sum of RGB (Red+Green+Blue) = 175+248+36=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF824 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF824 is #5007DB. Grayscale: #CACACA. Windows color (decimal): -5244892 or 2422959. OLE color: 2422959.

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

Color convert

RGB 175 248 36 -
CMYK 0.29 0 0.85 0.03
HSL 80.66º 0.94% 0.56% -
HSV(B) 80.66º 0.85% 0.97% -
XYZ 51.57 76.38 13.69 -
YUV 202.01 34.32 108.74 -
System Red Green Blue C M Y K H S L
Decimal 175 248 36 0.29 0 0.85 0.03 80.66 0.94 0.56
Hex AF F8 24 1D 0 55 3 51 5E 38
Octal 257 370 44 35 0 125 3 121 136 70
Binary 10101111 11111000 100100 11101 0 1010101 11 1010001 1011110 111000

Color Harmonies of #AFF824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF824

Black with #AFF824

Text Example


Text Example

White with #AFF824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF824; }

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

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

background-color css

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

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

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

border-color css

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

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

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