Html Css Color HEX #AFE434 Green Yellow

📋 copy color: '#AFE434'

red 175 ◦ green 228 ◦ blue 52

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

Shades of Green Yellow #AFE434

Tints of Green Yellow #AFE434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.11%

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

R = 38.46%
G = 50.11%
B = 11.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#AFE434 (or 0xAFE434) is known color: Green Yellow. HEX triplet: AF, E4 and 34. RGB value is (175,228,52). Sum of RGB (Red+Green+Blue) = 175+228+52=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE434 is #501BCB. Grayscale: #C0C0C0. Windows color (decimal): -5249996 or 3466415. OLE color: 3466415.

HSL color Cylindrical-coordinate representation of color #AFE434: hue angle of 78.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFE434 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 52 -
CMYK 0.23 0 0.77 0.11
HSL 78.07º 0.77% 0.55% -
HSV(B) 78.07º 0.77% 0.89% -
XYZ 46.04 64.85 13.34 -
YUV 192.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 175 228 52 0.23 0 0.77 0.11 78.07 0.77 0.55
Hex AF E4 34 17 0 4D B 4E 4D 37
Octal 257 344 64 27 0 115 13 116 115 67
Binary 10101111 11100100 110100 10111 0 1001101 1011 1001110 1001101 110111

Color Harmonies of #AFE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE434

Black with #AFE434

Text Example


Text Example

White with #AFE434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE434; }

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

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

background-color css

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

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

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

border-color css

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

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

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