Html Css Color HEX #AFE51D Inch Worm

📋 copy color: '#AFE51D'

red 175 ◦ green 229 ◦ blue 29

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

Shades of Inch Worm #AFE51D

Tints of Inch Worm #AFE51D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.89%

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

R = 40.42%
G = 52.89%
B = 6.7%

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

#AFE51D (or 0xAFE51D) is known color: Inch Worm. HEX triplet: AF, E5 and 1D. RGB value is (175,229,29). Sum of RGB (Red+Green+Blue) = 175+229+29=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE51D is #501AE2. Grayscale: #BEBEBE. Windows color (decimal): -5249763 or 1959343. OLE color: 1959343.

HSL color Cylindrical-coordinate representation of color #AFE51D: hue angle of 76.2º degrees, saturation: 0.79, 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 #AFE51D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 29 -
CMYK 0.24 0 0.87 0.10
HSL 76.2º 0.79% 0.51% -
HSV(B) 76.2º 0.87% 0.9% -
XYZ 45.92 65.24 11.33 -
YUV 190.05 37.11 117.26 -
System Red Green Blue C M Y K H S L
Decimal 175 229 29 0.24 0 0.87 0.10 76.2 0.79 0.51
Hex AF E5 1D 18 0 57 A 4C 4F 33
Octal 257 345 35 30 0 127 12 114 117 63
Binary 10101111 11100101 11101 11000 0 1010111 1010 1001100 1001111 110011

Color Harmonies of #AFE51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE51D

Black with #AFE51D

Text Example


Text Example

White with #AFE51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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