Html Css Color HEX #AFEB19 Inch Worm

📋 copy color: '#AFEB19'

red 175 ◦ green 235 ◦ blue 25

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

Shades of Inch Worm #AFEB19

Tints of Inch Worm #AFEB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.75%

R = 40.23%
G = 54.02%
B = 5.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#AFEB19 (or 0xAFEB19) is known color: Inch Worm. HEX triplet: AF, EB and 19. RGB value is (175,235,25). Sum of RGB (Red+Green+Blue) = 175+235+25=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEB19 is #5014E6. Grayscale: #C1C1C1. Windows color (decimal): -5248231 or 1698735. OLE color: 1698735.

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

Color convert

RGB 175 235 25 -
CMYK 0.26 0 0.89 0.08
HSL 77.14º 0.84% 0.51% -
HSV(B) 77.14º 0.89% 0.92% -
XYZ 47.56 68.6 11.65 -
YUV 193.12 33.12 115.08 -
System Red Green Blue C M Y K H S L
Decimal 175 235 25 0.26 0 0.89 0.08 77.14 0.84 0.51
Hex AF EB 19 1A 0 59 8 4D 54 33
Octal 257 353 31 32 0 131 10 115 124 63
Binary 10101111 11101011 11001 11010 0 1011001 1000 1001101 1010100 110011

Color Harmonies of #AFEB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB19

Black with #AFEB19

Text Example


Text Example

White with #AFEB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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