Html Css Color HEX #AFE40B Inch Worm

📋 copy color: '#AFE40B'

red 175 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #AFE40B

Tints of Inch Worm #AFE40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 42.27%
G = 55.07%
B = 2.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#AFE40B (or 0xAFE40B) is known color: Inch Worm. HEX triplet: AF, E4 and 0B. RGB value is (175,228,11). Sum of RGB (Red+Green+Blue) = 175+228+11=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40B is #501BF4. Grayscale: #BCBCBC. Windows color (decimal): -5250037 or 779439. OLE color: 779439.

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

Color convert

RGB 175 228 11 -
CMYK 0.23 0 0.95 0.11
HSL 74.65º 0.91% 0.47% -
HSV(B) 74.65º 0.95% 0.89% -
XYZ 45.48 64.62 10.39 -
YUV 187.42 28.44 119.14 -
System Red Green Blue C M Y K H S L
Decimal 175 228 11 0.23 0 0.95 0.11 74.65 0.91 0.47
Hex AF E4 B 17 0 5F B 4B 5B 2F
Octal 257 344 13 27 0 137 13 113 133 57
Binary 10101111 11100100 1011 10111 0 1011111 1011 1001011 1011011 101111

Color Harmonies of #AFE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE40B

Black with #AFE40B

Text Example


Text Example

White with #AFE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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