Html Css Color HEX #AFE834 Green Yellow

📋 copy color: '#AFE834'

red 175 ◦ green 232 ◦ blue 52

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

Shades of Green Yellow #AFE834

Tints of Green Yellow #AFE834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.54%

 BLUE value IS 52 (20.7% from 255) = 11.33%

R = 38.13%
G = 50.54%
B = 11.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#AFE834 (or 0xAFE834) is known color: Green Yellow. HEX triplet: AF, E8 and 34. RGB value is (175,232,52). Sum of RGB (Red+Green+Blue) = 175+232+52=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE834 is #5017CB. Grayscale: #C3C3C3. Windows color (decimal): -5248972 or 3467439. OLE color: 3467439.

HSL color Cylindrical-coordinate representation of color #AFE834: hue angle of 79º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE834 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 52 -
CMYK 0.25 0 0.78 0.09
HSL 79º 0.8% 0.56% -
HSV(B) 79º 0.78% 0.91% -
XYZ 47.16 67.08 13.71 -
YUV 194.44 47.62 114.14 -
System Red Green Blue C M Y K H S L
Decimal 175 232 52 0.25 0 0.78 0.09 79 0.8 0.56
Hex AF E8 34 19 0 4E 9 4F 50 38
Octal 257 350 64 31 0 116 11 117 120 70
Binary 10101111 11101000 110100 11001 0 1001110 1001 1001111 1010000 111000

Color Harmonies of #AFE834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE834

Black with #AFE834

Text Example


Text Example

White with #AFE834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE834; }

 p { color: rgb(175,232,52); }

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

background-color css

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

 a { background-color: rgb(175,232,52); }

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

border-color css

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

 span { border-color: rgb(175,232,52); }

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