Html Css Color HEX #AFF211 Inch Worm

📋 copy color: '#AFF211'

red 175 ◦ green 242 ◦ blue 17

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

Shades of Inch Worm #AFF211

Tints of Inch Worm #AFF211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

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

R = 40.32%
G = 55.76%
B = 3.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#AFF211 (or 0xAFF211) is known color: Inch Worm. HEX triplet: AF, F2 and 11. RGB value is (175,242,17). Sum of RGB (Red+Green+Blue) = 175+242+17=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF211 is #500DEE. Grayscale: #C5C5C5. Windows color (decimal): -5246447 or 1176239. OLE color: 1176239.

HSL color Cylindrical-coordinate representation of color #AFF211: hue angle of 77.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF211 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 17 -
CMYK 0.28 0 0.93 0.05
HSL 77.87º 0.9% 0.51% -
HSV(B) 77.87º 0.93% 0.95% -
XYZ 49.53 72.66 11.94 -
YUV 196.32 26.8 112.8 -
System Red Green Blue C M Y K H S L
Decimal 175 242 17 0.28 0 0.93 0.05 77.87 0.9 0.51
Hex AF F2 11 1C 0 5D 5 4E 5A 33
Octal 257 362 21 34 0 135 5 116 132 63
Binary 10101111 11110010 10001 11100 0 1011101 101 1001110 1011010 110011

Color Harmonies of #AFF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF211

Black with #AFF211

Text Example


Text Example

White with #AFF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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