Html Css Color HEX #AFFF52 Green Yellow

📋 copy color: '#AFFF52'

red 175 ◦ green 255 ◦ blue 82

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

Shades of Green Yellow #AFFF52

Tints of Green Yellow #AFFF52

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 82 (32.42% from 255) = 16.02%

R = 34.18%
G = 49.8%
B = 16.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#AFFF52 (or 0xAFFF52) is known color: Green Yellow. HEX triplet: AF, FF and 52. RGB value is (175,255,82). Sum of RGB (Red+Green+Blue) = 175+255+82=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF52 is #5000AD. Grayscale: #D3D3D3. Windows color (decimal): -5243054 or 5439407. OLE color: 5439407.

HSL color Cylindrical-coordinate representation of color #AFFF52: hue angle of 87.75º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFFF52 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 82 -
CMYK 0.31 0 0.68 0
HSL 87.75º 1% 0.66% -
HSV(B) 87.75º 0.68% 1% -
XYZ 54.96 81.24 20.77 -
YUV 211.36 55 102.07 -
System Red Green Blue C M Y K H S L
Decimal 175 255 82 0.31 0 0.68 0 87.75 1 0.66
Hex AF FF 52 1F 0 44 0 58 64 42
Octal 257 377 122 37 0 104 0 130 144 102
Binary 10101111 11111111 1010010 11111 0 1000100 0 1011000 1100100 1000010

Color Harmonies of #AFFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF52

Black with #AFFF52

Text Example


Text Example

White with #AFFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF52; }

 p { color: rgb(175,255,82); }

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

background-color css

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

 a { background-color: rgb(175,255,82); }

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

border-color css

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

 span { border-color: rgb(175,255,82); }

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