Html Css Color HEX #AFDC05 Inch Worm

📋 copy color: '#AFDC05'

red 175 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #AFDC05

Tints of Inch Worm #AFDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55%

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

R = 43.75%
G = 55%
B = 1.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#AFDC05 (or 0xAFDC05) is known color: Inch Worm. HEX triplet: AF, DC and 05. RGB value is (175,220,5). Sum of RGB (Red+Green+Blue) = 175+220+5=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC05 is #5023FA. Grayscale: #B6B6B6. Windows color (decimal): -5252091 or 384175. OLE color: 384175.

HSL color Cylindrical-coordinate representation of color #AFDC05: hue angle of 72.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFDC05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 5 -
CMYK 0.20 0 0.98 0.14
HSL 72.56º 0.96% 0.44% -
HSV(B) 72.56º 0.98% 0.86% -
XYZ 43.3 60.31 9.5 -
YUV 182.04 28.09 122.98 -
System Red Green Blue C M Y K H S L
Decimal 175 220 5 0.20 0 0.98 0.14 72.56 0.96 0.44
Hex AF DC 5 14 0 62 E 49 60 2C
Octal 257 334 5 24 0 142 16 111 140 54
Binary 10101111 11011100 101 10100 0 1100010 1110 1001001 1100000 101100

Color Harmonies of #AFDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC05

Black with #AFDC05

Text Example


Text Example

White with #AFDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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