Html Css Color HEX #AFE40D Inch Worm

📋 copy color: '#AFE40D'

red 175 ◦ green 228 ◦ blue 13

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

Shades of Inch Worm #AFE40D

Tints of Inch Worm #AFE40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 42.07%
G = 54.81%
B = 3.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#AFE40D (or 0xAFE40D) is known color: Inch Worm. HEX triplet: AF, E4 and 0D. RGB value is (175,228,13). Sum of RGB (Red+Green+Blue) = 175+228+13=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40D is #501BF2. Grayscale: #BCBCBC. Windows color (decimal): -5250035 or 910511. OLE color: 910511.

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

Color convert

RGB 175 228 13 -
CMYK 0.23 0 0.94 0.11
HSL 74.79º 0.89% 0.47% -
HSV(B) 74.79º 0.94% 0.89% -
XYZ 45.5 64.63 10.46 -
YUV 187.64 29.44 118.98 -
System Red Green Blue C M Y K H S L
Decimal 175 228 13 0.23 0 0.94 0.11 74.79 0.89 0.47
Hex AF E4 D 17 0 5E B 4B 59 2F
Octal 257 344 15 27 0 136 13 113 131 57
Binary 10101111 11100100 1101 10111 0 1011110 1011 1001011 1011001 101111

Color Harmonies of #AFE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE40D

Black with #AFE40D

Text Example


Text Example

White with #AFE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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