Html Css Color HEX #AFEF32 Green Yellow

📋 copy color: '#AFEF32'

red 175 ◦ green 239 ◦ blue 50

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

Shades of Green Yellow #AFEF32

Tints of Green Yellow #AFEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.51%

 BLUE value IS 50 (19.92% from 255) = 10.78%

R = 37.72%
G = 51.51%
B = 10.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#AFEF32 (or 0xAFEF32) is known color: Green Yellow. HEX triplet: AF, EF and 32. RGB value is (175,239,50). Sum of RGB (Red+Green+Blue) = 175+239+50=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF32 is #5010CD. Grayscale: #C7C7C7. Windows color (decimal): -5247182 or 3338159. OLE color: 3338159.

HSL color Cylindrical-coordinate representation of color #AFEF32: hue angle of 80.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFEF32 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 50 -
CMYK 0.27 0 0.79 0.06
HSL 80.32º 0.86% 0.57% -
HSV(B) 80.32º 0.79% 0.94% -
XYZ 49.12 71.08 14.15 -
YUV 198.32 44.3 111.37 -
System Red Green Blue C M Y K H S L
Decimal 175 239 50 0.27 0 0.79 0.06 80.32 0.86 0.57
Hex AF EF 32 1B 0 4F 6 50 56 39
Octal 257 357 62 33 0 117 6 120 126 71
Binary 10101111 11101111 110010 11011 0 1001111 110 1010000 1010110 111001

Color Harmonies of #AFEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF32

Black with #AFEF32

Text Example


Text Example

White with #AFEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF32; }

 p { color: rgb(175,239,50); }

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

background-color css

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

 a { background-color: rgb(175,239,50); }

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

border-color css

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

 span { border-color: rgb(175,239,50); }

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