Html Css Color HEX #AFFA3B Green Yellow

📋 copy color: '#AFFA3B'

red 175 ◦ green 250 ◦ blue 59

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

Shades of Green Yellow #AFFA3B

Tints of Green Yellow #AFFA3B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

 BLUE value IS 59 (23.44% from 255) = 12.19%

R = 36.16%
G = 51.65%
B = 12.19%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#AFFA3B (or 0xAFFA3B) is known color: Green Yellow. HEX triplet: AF, FA and 3B. RGB value is (175,250,59). Sum of RGB (Red+Green+Blue) = 175+250+59=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFA3B is #5005C4. Grayscale: #CECECE. Windows color (decimal): -5244357 or 3930799. OLE color: 3930799.

HSL color Cylindrical-coordinate representation of color #AFFA3B: hue angle of 83.56º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFFA3B is Cyan = 0.3, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 59 -
CMYK 0.3 0 0.76 0.02
HSL 83.56º 0.95% 0.61% -
HSV(B) 83.56º 0.76% 0.98% -
XYZ 52.65 77.8 16.38 -
YUV 205.8 45.15 106.03 -
System Red Green Blue C M Y K H S L
Decimal 175 250 59 0.3 0 0.76 0.02 83.56 0.95 0.61
Hex AF FA 3B 1E 0 4C 2 54 5F 3D
Octal 257 372 73 36 0 114 2 124 137 75
Binary 10101111 11111010 111011 11110 0 1001100 10 1010100 1011111 111101

Color Harmonies of #AFFA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFA3B

Black with #AFFA3B

Text Example


Text Example

White with #AFFA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFA3B; }

 p { color: rgb(175,250,59); }

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

background-color css

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

 a { background-color: rgb(175,250,59); }

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

border-color css

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

 span { border-color: rgb(175,250,59); }

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