Html Css Color HEX #AFF138 Green Yellow

📋 copy color: '#AFF138'

red 175 ◦ green 241 ◦ blue 56

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

Shades of Green Yellow #AFF138

Tints of Green Yellow #AFF138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.86%

R = 37.08%
G = 51.06%
B = 11.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#AFF138 (or 0xAFF138) is known color: Green Yellow. HEX triplet: AF, F1 and 38. RGB value is (175,241,56). Sum of RGB (Red+Green+Blue) = 175+241+56=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF138 is #500EC7. Grayscale: #C8C8C8. Windows color (decimal): -5246664 or 3731887. OLE color: 3731887.

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

Color convert

RGB 175 241 56 -
CMYK 0.27 0 0.77 0.05
HSL 81.41º 0.87% 0.58% -
HSV(B) 81.41º 0.77% 0.95% -
XYZ 49.85 72.31 15.07 -
YUV 200.18 46.63 110.04 -
System Red Green Blue C M Y K H S L
Decimal 175 241 56 0.27 0 0.77 0.05 81.41 0.87 0.58
Hex AF F1 38 1B 0 4D 5 51 57 3A
Octal 257 361 70 33 0 115 5 121 127 72
Binary 10101111 11110001 111000 11011 0 1001101 101 1010001 1010111 111010

Color Harmonies of #AFF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF138

Black with #AFF138

Text Example


Text Example

White with #AFF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF138; }

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

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

background-color css

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

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

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

border-color css

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

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

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