Html Css Color HEX #AFE42D Inch Worm

📋 copy color: '#AFE42D'

red 175 ◦ green 228 ◦ blue 45

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

Shades of Inch Worm #AFE42D

Tints of Inch Worm #AFE42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 39.06%
G = 50.89%
B = 10.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#AFE42D (or 0xAFE42D) is known color: Inch Worm. HEX triplet: AF, E4 and 2D. RGB value is (175,228,45). Sum of RGB (Red+Green+Blue) = 175+228+45=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE42D is #501BD2. Grayscale: #BFBFBF. Windows color (decimal): -5250003 or 3007663. OLE color: 3007663.

HSL color Cylindrical-coordinate representation of color #AFE42D: hue angle of 77.38º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFE42D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 45 -
CMYK 0.23 0 0.80 0.11
HSL 77.38º 0.77% 0.54% -
HSV(B) 77.38º 0.8% 0.89% -
XYZ 45.9 64.79 12.57 -
YUV 191.29 45.44 116.38 -
System Red Green Blue C M Y K H S L
Decimal 175 228 45 0.23 0 0.80 0.11 77.38 0.77 0.54
Hex AF E4 2D 17 0 50 B 4D 4D 36
Octal 257 344 55 27 0 120 13 115 115 66
Binary 10101111 11100100 101101 10111 0 1010000 1011 1001101 1001101 110110

Color Harmonies of #AFE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE42D

Black with #AFE42D

Text Example


Text Example

White with #AFE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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