Html Css Color HEX #AFED33 Green Yellow

📋 copy color: '#AFED33'

red 175 ◦ green 237 ◦ blue 51

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

Shades of Green Yellow #AFED33

Tints of Green Yellow #AFED33

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 51 (20.31% from 255) = 11.02%

R = 37.8%
G = 51.19%
B = 11.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#AFED33 (or 0xAFED33) is known color: Green Yellow. HEX triplet: AF, ED and 33. RGB value is (175,237,51). Sum of RGB (Red+Green+Blue) = 175+237+51=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED33 is #5012CC. Grayscale: #C5C5C5. Windows color (decimal): -5247693 or 3403183. OLE color: 3403183.

HSL color Cylindrical-coordinate representation of color #AFED33: hue angle of 80º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFED33 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 51 -
CMYK 0.26 0 0.78 0.07
HSL 80º 0.84% 0.56% -
HSV(B) 80º 0.78% 0.93% -
XYZ 48.56 69.92 14.07 -
YUV 197.26 45.46 112.12 -
System Red Green Blue C M Y K H S L
Decimal 175 237 51 0.26 0 0.78 0.07 80 0.84 0.56
Hex AF ED 33 1A 0 4E 7 50 54 38
Octal 257 355 63 32 0 116 7 120 124 70
Binary 10101111 11101101 110011 11010 0 1001110 111 1010000 1010100 111000

Color Harmonies of #AFED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED33

Black with #AFED33

Text Example


Text Example

White with #AFED33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED33; }

 p { color: rgb(175,237,51); }

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

background-color css

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

 a { background-color: rgb(175,237,51); }

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

border-color css

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

 span { border-color: rgb(175,237,51); }

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