Html Css Color HEX #AFD51C Inch Worm

📋 copy color: '#AFD51C'

red 175 ◦ green 213 ◦ blue 28

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

Shades of Inch Worm #AFD51C

Tints of Inch Worm #AFD51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.2%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 42.07%
G = 51.2%
B = 6.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#AFD51C (or 0xAFD51C) is known color: Inch Worm. HEX triplet: AF, D5 and 1C. RGB value is (175,213,28). Sum of RGB (Red+Green+Blue) = 175+213+28=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD51C is #502AE3. Grayscale: #B5B5B5. Windows color (decimal): -5253860 or 1889711. OLE color: 1889711.

HSL color Cylindrical-coordinate representation of color #AFD51C: hue angle of 72.32º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFD51C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 28 -
CMYK 0.18 0 0.87 0.16
HSL 72.32º 0.77% 0.47% -
HSV(B) 72.32º 0.87% 0.84% -
XYZ 41.68 56.79 9.86 -
YUV 180.55 41.91 124.04 -
System Red Green Blue C M Y K H S L
Decimal 175 213 28 0.18 0 0.87 0.16 72.32 0.77 0.47
Hex AF D5 1C 12 0 57 10 48 4D 2F
Octal 257 325 34 22 0 127 20 110 115 57
Binary 10101111 11010101 11100 10010 0 1010111 10000 1001000 1001101 101111

Color Harmonies of #AFD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD51C

Black with #AFD51C

Text Example


Text Example

White with #AFD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD51C; }

 p { color: rgb(175,213,28); }

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

background-color css

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

 a { background-color: rgb(175,213,28); }

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

border-color css

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

 span { border-color: rgb(175,213,28); }

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