Html Css Color HEX #AFE107 Inch Worm

📋 copy color: '#AFE107'

red 175 ◦ green 225 ◦ blue 7

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

Shades of Inch Worm #AFE107

Tints of Inch Worm #AFE107

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.28%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 43%
G = 55.28%
B = 1.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#AFE107 (or 0xAFE107) is known color: Inch Worm. HEX triplet: AF, E1 and 07. RGB value is (175,225,7). Sum of RGB (Red+Green+Blue) = 175+225+7=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE107 is #501EF8. Grayscale: #BABABA. Windows color (decimal): -5250809 or 516527. OLE color: 516527.

HSL color Cylindrical-coordinate representation of color #AFE107: hue angle of 73.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFE107 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 7 -
CMYK 0.22 0 0.97 0.12
HSL 73.76º 0.94% 0.45% -
HSV(B) 73.76º 0.97% 0.88% -
XYZ 44.64 62.98 10 -
YUV 185.2 27.44 120.73 -
System Red Green Blue C M Y K H S L
Decimal 175 225 7 0.22 0 0.97 0.12 73.76 0.94 0.45
Hex AF E1 7 16 0 61 C 4A 5E 2D
Octal 257 341 7 26 0 141 14 112 136 55
Binary 10101111 11100001 111 10110 0 1100001 1100 1001010 1011110 101101

Color Harmonies of #AFE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE107

Black with #AFE107

Text Example


Text Example

White with #AFE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE107; }

 p { color: rgb(175,225,7); }

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

background-color css

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

 a { background-color: rgb(175,225,7); }

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

border-color css

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

 span { border-color: rgb(175,225,7); }

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