Html Css Color HEX #AFD30D Inch Worm

📋 copy color: '#AFD30D'

red 175 ◦ green 211 ◦ blue 13

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

Shades of Inch Worm #AFD30D

Tints of Inch Worm #AFD30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 43.86%
G = 52.88%
B = 3.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AFD30D (or 0xAFD30D) is known color: Inch Worm. HEX triplet: AF, D3 and 0D. RGB value is (175,211,13). Sum of RGB (Red+Green+Blue) = 175+211+13=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD30D is #502CF2. Grayscale: #B2B2B2. Windows color (decimal): -5254387 or 906159. OLE color: 906159.

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

Color convert

RGB 175 211 13 -
CMYK 0.17 0 0.94 0.17
HSL 70.91º 0.88% 0.44% -
HSV(B) 70.91º 0.94% 0.83% -
XYZ 41.05 55.73 8.97 -
YUV 177.66 35.07 126.1 -
System Red Green Blue C M Y K H S L
Decimal 175 211 13 0.17 0 0.94 0.17 70.91 0.88 0.44
Hex AF D3 D 11 0 5E 11 47 58 2C
Octal 257 323 15 21 0 136 21 107 130 54
Binary 10101111 11010011 1101 10001 0 1011110 10001 1000111 1011000 101100

Color Harmonies of #AFD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD30D

Black with #AFD30D

Text Example


Text Example

White with #AFD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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