Html Css Color HEX #AFE722 Inch Worm

📋 copy color: '#AFE722'

red 175 ◦ green 231 ◦ blue 34

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

Shades of Inch Worm #AFE722

Tints of Inch Worm #AFE722

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.5%

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 39.77%
G = 52.5%
B = 7.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#AFE722 (or 0xAFE722) is known color: Inch Worm. HEX triplet: AF, E7 and 22. RGB value is (175,231,34). Sum of RGB (Red+Green+Blue) = 175+231+34=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE722 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE722 is #5018DD. Grayscale: #C0C0C0. Windows color (decimal): -5249246 or 2287535. OLE color: 2287535.

HSL color Cylindrical-coordinate representation of color #AFE722: hue angle of 77.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFE722 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 34 -
CMYK 0.24 0 0.85 0.09
HSL 77.06º 0.8% 0.52% -
HSV(B) 77.06º 0.85% 0.91% -
XYZ 46.54 66.38 11.87 -
YUV 191.8 38.95 116.02 -
System Red Green Blue C M Y K H S L
Decimal 175 231 34 0.24 0 0.85 0.09 77.06 0.8 0.52
Hex AF E7 22 18 0 55 9 4D 50 34
Octal 257 347 42 30 0 125 11 115 120 64
Binary 10101111 11100111 100010 11000 0 1010101 1001 1001101 1010000 110100

Color Harmonies of #AFE722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE722

Black with #AFE722

Text Example


Text Example

White with #AFE722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE722; }

 p { color: rgb(175,231,34); }

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

background-color css

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

 a { background-color: rgb(175,231,34); }

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

border-color css

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

 span { border-color: rgb(175,231,34); }

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