Html Css Color HEX #AFFC2E Green Yellow

📋 copy color: '#AFFC2E'

red 175 ◦ green 252 ◦ blue 46

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

Shades of Green Yellow #AFFC2E

Tints of Green Yellow #AFFC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 37%
G = 53.28%
B = 9.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#AFFC2E (or 0xAFFC2E) is known color: Green Yellow. HEX triplet: AF, FC and 2E. RGB value is (175,252,46). Sum of RGB (Red+Green+Blue) = 175+252+46=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC2E is #5003D1. Grayscale: #CECECE. Windows color (decimal): -5243858 or 3079343. OLE color: 3079343.

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

Color convert

RGB 175 252 46 -
CMYK 0.31 0 0.82 0.01
HSL 82.43º 0.97% 0.58% -
HSV(B) 82.43º 0.82% 0.99% -
XYZ 52.98 78.93 15.03 -
YUV 205.49 37.99 106.25 -
System Red Green Blue C M Y K H S L
Decimal 175 252 46 0.31 0 0.82 0.01 82.43 0.97 0.58
Hex AF FC 2E 1F 0 52 1 52 61 3A
Octal 257 374 56 37 0 122 1 122 141 72
Binary 10101111 11111100 101110 11111 0 1010010 1 1010010 1100001 111010

Color Harmonies of #AFFC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC2E

Black with #AFFC2E

Text Example


Text Example

White with #AFFC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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