Html Css Color HEX #AFE61D Inch Worm

📋 copy color: '#AFE61D'

red 175 ◦ green 230 ◦ blue 29

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

Shades of Inch Worm #AFE61D

Tints of Inch Worm #AFE61D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53%

 BLUE value IS 29 (11.72% from 255) = 6.68%

R = 40.32%
G = 53%
B = 6.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#AFE61D (or 0xAFE61D) is known color: Inch Worm. HEX triplet: AF, E6 and 1D. RGB value is (175,230,29). Sum of RGB (Red+Green+Blue) = 175+230+29=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE61D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE61D is #5019E2. Grayscale: #BFBFBF. Windows color (decimal): -5249507 or 1959599. OLE color: 1959599.

HSL color Cylindrical-coordinate representation of color #AFE61D: hue angle of 76.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFE61D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 29 -
CMYK 0.24 0 0.87 0.10
HSL 76.42º 0.8% 0.51% -
HSV(B) 76.42º 0.87% 0.9% -
XYZ 46.2 65.8 11.43 -
YUV 190.64 36.78 116.84 -
System Red Green Blue C M Y K H S L
Decimal 175 230 29 0.24 0 0.87 0.10 76.42 0.8 0.51
Hex AF E6 1D 18 0 57 A 4C 50 33
Octal 257 346 35 30 0 127 12 114 120 63
Binary 10101111 11100110 11101 11000 0 1010111 1010 1001100 1010000 110011

Color Harmonies of #AFE61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE61D

Black with #AFE61D

Text Example


Text Example

White with #AFE61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE61D; }

 p { color: rgb(175,230,29); }

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

background-color css

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

 a { background-color: rgb(175,230,29); }

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

border-color css

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

 span { border-color: rgb(175,230,29); }

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