Html Css Color HEX #AFF320 Green Yellow

📋 copy color: '#AFF320'

red 175 ◦ green 243 ◦ blue 32

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

Shades of Green Yellow #AFF320

Tints of Green Yellow #AFF320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 38.89%
G = 54%
B = 7.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#AFF320 (or 0xAFF320) is known color: Green Yellow. HEX triplet: AF, F3 and 20. RGB value is (175,243,32). Sum of RGB (Red+Green+Blue) = 175+243+32=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF320 is #500CDF. Grayscale: #C7C7C7. Windows color (decimal): -5246176 or 2159535. OLE color: 2159535.

HSL color Cylindrical-coordinate representation of color #AFF320: hue angle of 79.34º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFF320 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 32 -
CMYK 0.28 0 0.87 0.05
HSL 79.34º 0.9% 0.54% -
HSV(B) 79.34º 0.87% 0.95% -
XYZ 49.99 73.32 12.88 -
YUV 198.61 33.97 111.16 -
System Red Green Blue C M Y K H S L
Decimal 175 243 32 0.28 0 0.87 0.05 79.34 0.9 0.54
Hex AF F3 20 1C 0 57 5 4F 5A 36
Octal 257 363 40 34 0 127 5 117 132 66
Binary 10101111 11110011 100000 11100 0 1010111 101 1001111 1011010 110110

Color Harmonies of #AFF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF320

Black with #AFF320

Text Example


Text Example

White with #AFF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF320; }

 p { color: rgb(175,243,32); }

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

background-color css

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

 a { background-color: rgb(175,243,32); }

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

border-color css

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

 span { border-color: rgb(175,243,32); }

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