Html Css Color HEX #AFD300 Inch Worm

📋 copy color: '#AFD300'

red 175 ◦ green 211 ◦ blue 0

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

Shades of Inch Worm #AFD300

Tints of Inch Worm #AFD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.66%

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

R = 45.34%
G = 54.66%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#AFD300 (or 0xAFD300) is known color: Inch Worm. HEX triplet: AF, D3 and 00. RGB value is (175,211,0). Sum of RGB (Red+Green+Blue) = 175+211+0=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD300 is #502CFF. Grayscale: #B0B0B0. Windows color (decimal): -5254400 or 54191. OLE color: 54191.

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

Color convert

RGB 175 211 0 -
CMYK 0.17 0 1 0.17
HSL 70.24º 1% 0.41% -
HSV(B) 70.24º 1% 0.83% -
XYZ 40.97 55.7 8.59 -
YUV 176.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 175 211 0 0.17 0 1 0.17 70.24 1 0.41
Hex AF D3 0 11 0 64 11 46 64 29
Octal 257 323 0 21 0 144 21 106 144 51
Binary 10101111 11010011 0 10001 0 1100100 10001 1000110 1100100 101001

Color Harmonies of #AFD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD300

Black with #AFD300

Text Example


Text Example

White with #AFD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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