Html Css Color HEX #AFD200 Inch Worm

📋 copy color: '#AFD200'

red 175 ◦ green 210 ◦ blue 0

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

Shades of Inch Worm #AFD200

Tints of Inch Worm #AFD200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.55%

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

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#AFD200 (or 0xAFD200) is known color: Inch Worm. HEX triplet: AF, D2 and 00. RGB value is (175,210,0). Sum of RGB (Red+Green+Blue) = 175+210+0=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD200 is #502DFF. Grayscale: #B0B0B0. Windows color (decimal): -5254656 or 53935. OLE color: 53935.

HSL color Cylindrical-coordinate representation of color #AFD200: hue angle of 70º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 0 -
CMYK 0.17 0 1 0.18
HSL 70º 1% 0.41% -
HSV(B) 70º 1% 0.82% -
XYZ 40.73 55.21 8.51 -
YUV 175.6 28.9 127.58 -
System Red Green Blue C M Y K H S L
Decimal 175 210 0 0.17 0 1 0.18 70 1 0.41
Hex AF D2 0 11 0 64 12 46 64 29
Octal 257 322 0 21 0 144 22 106 144 51
Binary 10101111 11010010 0 10001 0 1100100 10010 1000110 1100100 101001

Color Harmonies of #AFD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD200

Black with #AFD200

Text Example


Text Example

White with #AFD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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