Html Css Color HEX #AFE710 Inch Worm

📋 copy color: '#AFE710'

red 175 ◦ green 231 ◦ blue 16

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

Shades of Inch Worm #AFE710

Tints of Inch Worm #AFE710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 41.47%
G = 54.74%
B = 3.79%

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

#AFE710 (or 0xAFE710) is known color: Inch Worm. HEX triplet: AF, E7 and 10. RGB value is (175,231,16). Sum of RGB (Red+Green+Blue) = 175+231+16=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE710 is #5018EF. Grayscale: #BEBEBE. Windows color (decimal): -5249264 or 1107887. OLE color: 1107887.

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

Color convert

RGB 175 231 16 -
CMYK 0.24 0 0.93 0.09
HSL 75.63º 0.87% 0.48% -
HSV(B) 75.63º 0.93% 0.91% -
XYZ 46.35 66.3 10.85 -
YUV 189.75 29.95 117.48 -
System Red Green Blue C M Y K H S L
Decimal 175 231 16 0.24 0 0.93 0.09 75.63 0.87 0.48
Hex AF E7 10 18 0 5D 9 4C 57 30
Octal 257 347 20 30 0 135 11 114 127 60
Binary 10101111 11100111 10000 11000 0 1011101 1001 1001100 1010111 110000

Color Harmonies of #AFE710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE710

Black with #AFE710

Text Example


Text Example

White with #AFE710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE710; }

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

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

background-color css

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

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

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

border-color css

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

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

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