Html Css Color HEX #AFDD01 Inch Worm

📋 copy color: '#AFDD01'

red 175 ◦ green 221 ◦ blue 1

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

Shades of Inch Worm #AFDD01

Tints of Inch Worm #AFDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.67%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 44.08%
G = 55.67%
B = 0.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#AFDD01 (or 0xAFDD01) is known color: Inch Worm. HEX triplet: AF, DD and 01. RGB value is (175,221,1). Sum of RGB (Red+Green+Blue) = 175+221+1=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD01 is #5022FE. Grayscale: #B7B7B7. Windows color (decimal): -5251839 or 122287. OLE color: 122287.

HSL color Cylindrical-coordinate representation of color #AFDD01: hue angle of 72.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFDD01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 1 -
CMYK 0.21 0 1.00 0.13
HSL 72.55º 0.99% 0.44% -
HSV(B) 72.55º 1% 0.87% -
XYZ 43.54 60.83 9.48 -
YUV 182.17 25.76 122.89 -
System Red Green Blue C M Y K H S L
Decimal 175 221 1 0.21 0 1.00 0.13 72.55 0.99 0.44
Hex AF DD 1 15 0 64 D 49 63 2C
Octal 257 335 1 25 0 144 15 111 143 54
Binary 10101111 11011101 1 10101 0 1100100 1101 1001001 1100011 101100

Color Harmonies of #AFDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD01

Black with #AFDD01

Text Example


Text Example

White with #AFDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD01; }

 p { color: rgb(175,221,1); }

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

background-color css

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

 a { background-color: rgb(175,221,1); }

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

border-color css

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

 span { border-color: rgb(175,221,1); }

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