Html Css Color HEX #AFE711 Inch Worm

📋 copy color: '#AFE711'

red 175 ◦ green 231 ◦ blue 17

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

Shades of Inch Worm #AFE711

Tints of Inch Worm #AFE711

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.61%

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 41.37%
G = 54.61%
B = 4.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#AFE711 (or 0xAFE711) is known color: Inch Worm. HEX triplet: AF, E7 and 11. RGB value is (175,231,17). Sum of RGB (Red+Green+Blue) = 175+231+17=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE711 is #5018EE. Grayscale: #BEBEBE. Windows color (decimal): -5249263 or 1173423. OLE color: 1173423.

HSL color Cylindrical-coordinate representation of color #AFE711: hue angle of 75.7º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFE711 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 17 -
CMYK 0.24 0 0.93 0.09
HSL 75.7º 0.86% 0.49% -
HSV(B) 75.7º 0.93% 0.91% -
XYZ 46.36 66.31 10.89 -
YUV 189.86 30.45 117.4 -
System Red Green Blue C M Y K H S L
Decimal 175 231 17 0.24 0 0.93 0.09 75.7 0.86 0.49
Hex AF E7 11 18 0 5D 9 4C 56 31
Octal 257 347 21 30 0 135 11 114 126 61
Binary 10101111 11100111 10001 11000 0 1011101 1001 1001100 1010110 110001

Color Harmonies of #AFE711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE711

Black with #AFE711

Text Example


Text Example

White with #AFE711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE711; }

 p { color: rgb(175,231,17); }

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

background-color css

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

 a { background-color: rgb(175,231,17); }

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

border-color css

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

 span { border-color: rgb(175,231,17); }

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