Html Css Color HEX #AFDA00 Inch Worm

📋 copy color: '#AFDA00'

red 175 ◦ green 218 ◦ blue 0

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

Shades of Inch Worm #AFDA00

Tints of Inch Worm #AFDA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.53%
G = 55.47%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#AFDA00 (or 0xAFDA00) is known color: Inch Worm. HEX triplet: AF, DA and 00. RGB value is (175,218,0). Sum of RGB (Red+Green+Blue) = 175+218+0=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA00 is #5025FF. Grayscale: #B5B5B5. Windows color (decimal): -5252608 or 55983. OLE color: 55983.

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

Color convert

RGB 175 218 0 -
CMYK 0.20 0 1 0.15
HSL 71.83º 1% 0.43% -
HSV(B) 71.83º 1% 0.85% -
XYZ 42.75 59.26 9.18 -
YUV 180.29 26.25 124.23 -
System Red Green Blue C M Y K H S L
Decimal 175 218 0 0.20 0 1 0.15 71.83 1 0.43
Hex AF DA 0 14 0 64 F 48 64 2B
Octal 257 332 0 24 0 144 17 110 144 53
Binary 10101111 11011010 0 10100 0 1100100 1111 1001000 1100100 101011

Color Harmonies of #AFDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA00

Black with #AFDA00

Text Example


Text Example

White with #AFDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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