Html Css Color HEX #AFEB20 Inch Worm

📋 copy color: '#AFEB20'

red 175 ◦ green 235 ◦ blue 32

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

Shades of Inch Worm #AFEB20

Tints of Inch Worm #AFEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.17%

 BLUE value IS 32 (12.89% from 255) = 7.24%

R = 39.59%
G = 53.17%
B = 7.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#AFEB20 (or 0xAFEB20) is known color: Inch Worm. HEX triplet: AF, EB and 20. RGB value is (175,235,32). Sum of RGB (Red+Green+Blue) = 175+235+32=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB20 is #5014DF. Grayscale: #C2C2C2. Windows color (decimal): -5248224 or 2157487. OLE color: 2157487.

HSL color Cylindrical-coordinate representation of color #AFEB20: hue angle of 77.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFEB20 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 32 -
CMYK 0.26 0 0.86 0.08
HSL 77.73º 0.84% 0.52% -
HSV(B) 77.73º 0.86% 0.92% -
XYZ 47.65 68.63 12.1 -
YUV 193.92 36.62 114.51 -
System Red Green Blue C M Y K H S L
Decimal 175 235 32 0.26 0 0.86 0.08 77.73 0.84 0.52
Hex AF EB 20 1A 0 56 8 4E 54 34
Octal 257 353 40 32 0 126 10 116 124 64
Binary 10101111 11101011 100000 11010 0 1010110 1000 1001110 1010100 110100

Color Harmonies of #AFEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB20

Black with #AFEB20

Text Example


Text Example

White with #AFEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB20; }

 p { color: rgb(175,235,32); }

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

background-color css

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

 a { background-color: rgb(175,235,32); }

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

border-color css

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

 span { border-color: rgb(175,235,32); }

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