Html Css Color HEX #AFF128 Green Yellow

📋 copy color: '#AFF128'

red 175 ◦ green 241 ◦ blue 40

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

Shades of Green Yellow #AFF128

Tints of Green Yellow #AFF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.77%

R = 38.38%
G = 52.85%
B = 8.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#AFF128 (or 0xAFF128) is known color: Green Yellow. HEX triplet: AF, F1 and 28. RGB value is (175,241,40). Sum of RGB (Red+Green+Blue) = 175+241+40=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF128 is #500ED7. Grayscale: #C7C7C7. Windows color (decimal): -5246680 or 2683311. OLE color: 2683311.

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

Color convert

RGB 175 241 40 -
CMYK 0.27 0 0.83 0.05
HSL 79.7º 0.88% 0.55% -
HSV(B) 79.7º 0.83% 0.95% -
XYZ 49.52 72.18 13.33 -
YUV 198.35 38.63 111.34 -
System Red Green Blue C M Y K H S L
Decimal 175 241 40 0.27 0 0.83 0.05 79.7 0.88 0.55
Hex AF F1 28 1B 0 53 5 50 58 37
Octal 257 361 50 33 0 123 5 120 130 67
Binary 10101111 11110001 101000 11011 0 1010011 101 1010000 1011000 110111

Color Harmonies of #AFF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF128

Black with #AFF128

Text Example


Text Example

White with #AFF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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