Html Css Color HEX #AFF241 Green Yellow

📋 copy color: '#AFF241'

red 175 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #AFF241

Tints of Green Yellow #AFF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

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

R = 36.31%
G = 50.21%
B = 13.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#AFF241 (or 0xAFF241) is known color: Green Yellow. HEX triplet: AF, F2 and 41. RGB value is (175,242,65). Sum of RGB (Red+Green+Blue) = 175+242+65=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF241 is #500DBE. Grayscale: #CACACA. Windows color (decimal): -5246399 or 4321967. OLE color: 4321967.

HSL color Cylindrical-coordinate representation of color #AFF241: hue angle of 82.71º degrees, saturation: 0.87, 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 #AFF241 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 65 -
CMYK 0.28 0 0.73 0.05
HSL 82.71º 0.87% 0.6% -
HSV(B) 82.71º 0.73% 0.95% -
XYZ 50.39 73 16.44 -
YUV 201.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 175 242 65 0.28 0 0.73 0.05 82.71 0.87 0.6
Hex AF F2 41 1C 0 49 5 53 57 3C
Octal 257 362 101 34 0 111 5 123 127 74
Binary 10101111 11110010 1000001 11100 0 1001001 101 1010011 1010111 111100

Color Harmonies of #AFF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF241

Black with #AFF241

Text Example


Text Example

White with #AFF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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