Html Css Color HEX #AFF130 Green Yellow

📋 copy color: '#AFF130'

red 175 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #AFF130

Tints of Green Yellow #AFF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 37.72%
G = 51.94%
B = 10.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#AFF130 (or 0xAFF130) is known color: Green Yellow. HEX triplet: AF, F1 and 30. RGB value is (175,241,48). Sum of RGB (Red+Green+Blue) = 175+241+48=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF130 is #500ECF. Grayscale: #C7C7C7. Windows color (decimal): -5246672 or 3207599. OLE color: 3207599.

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

Color convert

RGB 175 241 48 -
CMYK 0.27 0 0.80 0.05
HSL 80.52º 0.87% 0.57% -
HSV(B) 80.52º 0.8% 0.95% -
XYZ 49.67 72.24 14.12 -
YUV 199.26 42.63 110.69 -
System Red Green Blue C M Y K H S L
Decimal 175 241 48 0.27 0 0.80 0.05 80.52 0.87 0.57
Hex AF F1 30 1B 0 50 5 51 57 39
Octal 257 361 60 33 0 120 5 121 127 71
Binary 10101111 11110001 110000 11011 0 1010000 101 1010001 1010111 111001

Color Harmonies of #AFF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF130

Black with #AFF130

Text Example


Text Example

White with #AFF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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