Html Css Color HEX #AFDA01 Inch Worm

📋 copy color: '#AFDA01'

red 175 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #AFDA01

Tints of Inch Worm #AFDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.33%

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

R = 44.42%
G = 55.33%
B = 0.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#AFDA01 (or 0xAFDA01) is known color: Inch Worm. HEX triplet: AF, DA and 01. RGB value is (175,218,1). Sum of RGB (Red+Green+Blue) = 175+218+1=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA01 is #5025FE. Grayscale: #B5B5B5. Windows color (decimal): -5252607 or 121519. OLE color: 121519.

HSL color Cylindrical-coordinate representation of color #AFDA01: hue angle of 71.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFDA01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 1 -
CMYK 0.20 0 1.00 0.15
HSL 71.89º 0.99% 0.43% -
HSV(B) 71.89º 1% 0.85% -
XYZ 42.76 59.26 9.21 -
YUV 180.41 26.75 124.14 -
System Red Green Blue C M Y K H S L
Decimal 175 218 1 0.20 0 1.00 0.15 71.89 0.99 0.43
Hex AF DA 1 14 0 64 F 48 63 2B
Octal 257 332 1 24 0 144 17 110 143 53
Binary 10101111 11011010 1 10100 0 1100100 1111 1001000 1100011 101011

Color Harmonies of #AFDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA01

Black with #AFDA01

Text Example


Text Example

White with #AFDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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