Html Css Color HEX #AFD81E Inch Worm

📋 copy color: '#AFD81E'

red 175 ◦ green 216 ◦ blue 30

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

Shades of Inch Worm #AFD81E

Tints of Inch Worm #AFD81E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.31%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 41.57%
G = 51.31%
B = 7.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#AFD81E (or 0xAFD81E) is known color: Inch Worm. HEX triplet: AF, D8 and 1E. RGB value is (175,216,30). Sum of RGB (Red+Green+Blue) = 175+216+30=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD81E is #5027E1. Grayscale: #B7B7B7. Windows color (decimal): -5253090 or 2021551. OLE color: 2021551.

HSL color Cylindrical-coordinate representation of color #AFD81E: hue angle of 73.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFD81E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 30 -
CMYK 0.19 0 0.86 0.15
HSL 73.23º 0.76% 0.48% -
HSV(B) 73.23º 0.86% 0.85% -
XYZ 42.47 58.32 10.25 -
YUV 182.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 175 216 30 0.19 0 0.86 0.15 73.23 0.76 0.48
Hex AF D8 1E 13 0 56 F 49 4C 30
Octal 257 330 36 23 0 126 17 111 114 60
Binary 10101111 11011000 11110 10011 0 1010110 1111 1001001 1001100 110000

Color Harmonies of #AFD81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD81E

Black with #AFD81E

Text Example


Text Example

White with #AFD81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD81E; }

 p { color: rgb(175,216,30); }

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

background-color css

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

 a { background-color: rgb(175,216,30); }

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

border-color css

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

 span { border-color: rgb(175,216,30); }

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