Html Css Color HEX #AFD700 Inch Worm

📋 copy color: '#AFD700'

red 175 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #AFD700

Tints of Inch Worm #AFD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.13%

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

R = 44.87%
G = 55.13%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AFD700 (or 0xAFD700) is known color: Inch Worm. HEX triplet: AF, D7 and 00. RGB value is (175,215,0). Sum of RGB (Red+Green+Blue) = 175+215+0=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD700 is #5028FF. Grayscale: #B3B3B3. Windows color (decimal): -5253376 or 55215. OLE color: 55215.

HSL color Cylindrical-coordinate representation of color #AFD700: hue angle of 71.16º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD700 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 0 -
CMYK 0.19 0 1 0.16
HSL 71.16º 1% 0.42% -
HSV(B) 71.16º 1% 0.84% -
XYZ 41.98 57.71 8.93 -
YUV 178.53 27.25 125.48 -
System Red Green Blue C M Y K H S L
Decimal 175 215 0 0.19 0 1 0.16 71.16 1 0.42
Hex AF D7 0 13 0 64 10 47 64 2A
Octal 257 327 0 23 0 144 20 107 144 52
Binary 10101111 11010111 0 10011 0 1100100 10000 1000111 1100100 101010

Color Harmonies of #AFD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD700

Black with #AFD700

Text Example


Text Example

White with #AFD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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