Html Css Color HEX #AFEF3A Green Yellow

📋 copy color: '#AFEF3A'

red 175 ◦ green 239 ◦ blue 58

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

Shades of Green Yellow #AFEF3A

Tints of Green Yellow #AFEF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.29%

R = 37.08%
G = 50.64%
B = 12.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#AFEF3A (or 0xAFEF3A) is known color: Green Yellow. HEX triplet: AF, EF and 3A. RGB value is (175,239,58). Sum of RGB (Red+Green+Blue) = 175+239+58=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF3A is #5010C5. Grayscale: #C7C7C7. Windows color (decimal): -5247174 or 3862447. OLE color: 3862447.

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

Color convert

RGB 175 239 58 -
CMYK 0.27 0 0.76 0.06
HSL 81.22º 0.85% 0.58% -
HSV(B) 81.22º 0.76% 0.94% -
XYZ 49.31 71.15 15.14 -
YUV 199.23 48.3 110.72 -
System Red Green Blue C M Y K H S L
Decimal 175 239 58 0.27 0 0.76 0.06 81.22 0.85 0.58
Hex AF EF 3A 1B 0 4C 6 51 55 3A
Octal 257 357 72 33 0 114 6 121 125 72
Binary 10101111 11101111 111010 11011 0 1001100 110 1010001 1010101 111010

Color Harmonies of #AFEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF3A

Black with #AFEF3A

Text Example


Text Example

White with #AFEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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