Html Css Color HEX #AFF141 Green Yellow

📋 copy color: '#AFF141'

red 175 ◦ green 241 ◦ blue 65

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

Shades of Green Yellow #AFF141

Tints of Green Yellow #AFF141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.1%

 BLUE value IS 65 (25.78% from 255) = 13.51%

R = 36.38%
G = 50.1%
B = 13.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#AFF141 (or 0xAFF141) is known color: Green Yellow. HEX triplet: AF, F1 and 41. RGB value is (175,241,65). Sum of RGB (Red+Green+Blue) = 175+241+65=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF141 is #500EBE. Grayscale: #C9C9C9. Windows color (decimal): -5246655 or 4321711. OLE color: 4321711.

HSL color Cylindrical-coordinate representation of color #AFF141: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFF141 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 65 -
CMYK 0.27 0 0.73 0.05
HSL 82.5º 0.86% 0.6% -
HSV(B) 82.5º 0.73% 0.95% -
XYZ 50.09 72.41 16.34 -
YUV 201.2 51.13 109.31 -
System Red Green Blue C M Y K H S L
Decimal 175 241 65 0.27 0 0.73 0.05 82.5 0.86 0.6
Hex AF F1 41 1B 0 49 5 52 56 3C
Octal 257 361 101 33 0 111 5 122 126 74
Binary 10101111 11110001 1000001 11011 0 1001001 101 1010010 1010110 111100

Color Harmonies of #AFF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF141

Black with #AFF141

Text Example


Text Example

White with #AFF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF141; }

 p { color: rgb(175,241,65); }

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

background-color css

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

 a { background-color: rgb(175,241,65); }

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

border-color css

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

 span { border-color: rgb(175,241,65); }

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