Html Css Color HEX #AFE905 Inch Worm

📋 copy color: '#AFE905'

red 175 ◦ green 233 ◦ blue 5

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

Shades of Inch Worm #AFE905

Tints of Inch Worm #AFE905

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.42%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 42.37%
G = 56.42%
B = 1.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#AFE905 (or 0xAFE905) is known color: Inch Worm. HEX triplet: AF, E9 and 05. RGB value is (175,233,5). Sum of RGB (Red+Green+Blue) = 175+233+5=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 233 (91.41% from 255 or 56.42% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE905 is #5016FA. Grayscale: #BEBEBE. Windows color (decimal): -5248763 or 387503. OLE color: 387503.

HSL color Cylindrical-coordinate representation of color #AFE905: hue angle of 75.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE905 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 5 -
CMYK 0.25 0 0.98 0.09
HSL 75.26º 0.96% 0.47% -
HSV(B) 75.26º 0.98% 0.91% -
XYZ 46.85 67.4 10.68 -
YUV 189.67 23.78 117.54 -
System Red Green Blue C M Y K H S L
Decimal 175 233 5 0.25 0 0.98 0.09 75.26 0.96 0.47
Hex AF E9 5 19 0 62 9 4B 60 2F
Octal 257 351 5 31 0 142 11 113 140 57
Binary 10101111 11101001 101 11001 0 1100010 1001 1001011 1100000 101111

Color Harmonies of #AFE905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE905

Black with #AFE905

Text Example


Text Example

White with #AFE905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE905; }

 p { color: rgb(175,233,5); }

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

background-color css

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

 a { background-color: rgb(175,233,5); }

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

border-color css

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

 span { border-color: rgb(175,233,5); }

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