Html Css Color HEX #AFFC3A Green Yellow

📋 copy color: '#AFFC3A'

red 175 ◦ green 252 ◦ blue 58

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

Shades of Green Yellow #AFFC3A

Tints of Green Yellow #AFFC3A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.96%

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

R = 36.08%
G = 51.96%
B = 11.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#AFFC3A (or 0xAFFC3A) is known color: Green Yellow. HEX triplet: AF, FC and 3A. RGB value is (175,252,58). Sum of RGB (Red+Green+Blue) = 175+252+58=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC3A is #5003C5. Grayscale: #CFCFCF. Windows color (decimal): -5243846 or 3865775. OLE color: 3865775.

HSL color Cylindrical-coordinate representation of color #AFFC3A: hue angle of 83.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFFC3A is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 58 -
CMYK 0.31 0 0.77 0.01
HSL 83.81º 0.97% 0.61% -
HSV(B) 83.81º 0.77% 0.99% -
XYZ 53.25 79.04 16.45 -
YUV 206.86 43.99 105.27 -
System Red Green Blue C M Y K H S L
Decimal 175 252 58 0.31 0 0.77 0.01 83.81 0.97 0.61
Hex AF FC 3A 1F 0 4D 1 54 61 3D
Octal 257 374 72 37 0 115 1 124 141 75
Binary 10101111 11111100 111010 11111 0 1001101 1 1010100 1100001 111101

Color Harmonies of #AFFC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC3A

Black with #AFFC3A

Text Example


Text Example

White with #AFFC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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