Html Css Color HEX #AFE40F Inch Worm

📋 copy color: '#AFE40F'

red 175 ◦ green 228 ◦ blue 15

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

Shades of Inch Worm #AFE40F

Tints of Inch Worm #AFE40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.55%

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 41.87%
G = 54.55%
B = 3.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#AFE40F (or 0xAFE40F) is known color: Inch Worm. HEX triplet: AF, E4 and 0F. RGB value is (175,228,15). Sum of RGB (Red+Green+Blue) = 175+228+15=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40F is #501BF0. Grayscale: #BCBCBC. Windows color (decimal): -5250033 or 1041583. OLE color: 1041583.

HSL color Cylindrical-coordinate representation of color #AFE40F: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFE40F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 15 -
CMYK 0.23 0 0.93 0.11
HSL 74.93º 0.88% 0.48% -
HSV(B) 74.93º 0.93% 0.89% -
XYZ 45.51 64.64 10.53 -
YUV 187.87 30.44 118.82 -
System Red Green Blue C M Y K H S L
Decimal 175 228 15 0.23 0 0.93 0.11 74.93 0.88 0.48
Hex AF E4 F 17 0 5D B 4B 58 30
Octal 257 344 17 27 0 135 13 113 130 60
Binary 10101111 11100100 1111 10111 0 1011101 1011 1001011 1011000 110000

Color Harmonies of #AFE40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE40F

Black with #AFE40F

Text Example


Text Example

White with #AFE40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE40F; }

 p { color: rgb(175,228,15); }

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

background-color css

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

 a { background-color: rgb(175,228,15); }

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

border-color css

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

 span { border-color: rgb(175,228,15); }

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