Html Css Color HEX #AFE41D Inch Worm

📋 copy color: '#AFE41D'

red 175 ◦ green 228 ◦ blue 29

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

Shades of Inch Worm #AFE41D

Tints of Inch Worm #AFE41D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.78%

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

R = 40.51%
G = 52.78%
B = 6.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#AFE41D (or 0xAFE41D) is known color: Inch Worm. HEX triplet: AF, E4 and 1D. RGB value is (175,228,29). Sum of RGB (Red+Green+Blue) = 175+228+29=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE41D is #501BE2. Grayscale: #BEBEBE. Windows color (decimal): -5250019 or 1959087. OLE color: 1959087.

HSL color Cylindrical-coordinate representation of color #AFE41D: hue angle of 75.98º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFE41D is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 29 -
CMYK 0.23 0 0.87 0.11
HSL 75.98º 0.79% 0.5% -
HSV(B) 75.98º 0.87% 0.89% -
XYZ 45.64 64.69 11.24 -
YUV 189.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 175 228 29 0.23 0 0.87 0.11 75.98 0.79 0.5
Hex AF E4 1D 17 0 57 B 4C 4F 32
Octal 257 344 35 27 0 127 13 114 117 62
Binary 10101111 11100100 11101 10111 0 1010111 1011 1001100 1001111 110010

Color Harmonies of #AFE41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE41D

Black with #AFE41D

Text Example


Text Example

White with #AFE41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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