Html Css Color HEX #AFEB32 Green Yellow

📋 copy color: '#AFEB32'

red 175 ◦ green 235 ◦ blue 50

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

Shades of Green Yellow #AFEB32

Tints of Green Yellow #AFEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.09%

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

R = 38.04%
G = 51.09%
B = 10.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#AFEB32 (or 0xAFEB32) is known color: Green Yellow. HEX triplet: AF, EB and 32. RGB value is (175,235,50). Sum of RGB (Red+Green+Blue) = 175+235+50=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB32 is #5014CD. Grayscale: #C4C4C4. Windows color (decimal): -5248206 or 3337135. OLE color: 3337135.

HSL color Cylindrical-coordinate representation of color #AFEB32: hue angle of 79.46º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFEB32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 50 -
CMYK 0.26 0 0.79 0.08
HSL 79.46º 0.82% 0.56% -
HSV(B) 79.46º 0.79% 0.92% -
XYZ 47.96 68.76 13.76 -
YUV 195.97 45.62 113.04 -
System Red Green Blue C M Y K H S L
Decimal 175 235 50 0.26 0 0.79 0.08 79.46 0.82 0.56
Hex AF EB 32 1A 0 4F 8 4F 52 38
Octal 257 353 62 32 0 117 10 117 122 70
Binary 10101111 11101011 110010 11010 0 1001111 1000 1001111 1010010 111000

Color Harmonies of #AFEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB32

Black with #AFEB32

Text Example


Text Example

White with #AFEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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