Html Css Color HEX #AFF53D Green Yellow

📋 copy color: '#AFF53D'

red 175 ◦ green 245 ◦ blue 61

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

Shades of Green Yellow #AFF53D

Tints of Green Yellow #AFF53D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 36.38%
G = 50.94%
B = 12.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#AFF53D (or 0xAFF53D) is known color: Green Yellow. HEX triplet: AF, F5 and 3D. RGB value is (175,245,61). Sum of RGB (Red+Green+Blue) = 175+245+61=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF53D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF53D is #500AC2. Grayscale: #CBCBCB. Windows color (decimal): -5245635 or 4060591. OLE color: 4060591.

HSL color Cylindrical-coordinate representation of color #AFF53D: hue angle of 82.83º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFF53D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 61 -
CMYK 0.29 0 0.75 0.04
HSL 82.83º 0.9% 0.6% -
HSV(B) 82.83º 0.75% 0.96% -
XYZ 51.17 74.76 16.15 -
YUV 203.09 47.81 107.96 -
System Red Green Blue C M Y K H S L
Decimal 175 245 61 0.29 0 0.75 0.04 82.83 0.9 0.6
Hex AF F5 3D 1D 0 4B 4 53 5A 3C
Octal 257 365 75 35 0 113 4 123 132 74
Binary 10101111 11110101 111101 11101 0 1001011 100 1010011 1011010 111100

Color Harmonies of #AFF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF53D

Black with #AFF53D

Text Example


Text Example

White with #AFF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF53D; }

 p { color: rgb(175,245,61); }

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

background-color css

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

 a { background-color: rgb(175,245,61); }

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

border-color css

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

 span { border-color: rgb(175,245,61); }

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