Html Css Color HEX #AFDA1F Inch Worm

📋 copy color: '#AFDA1F'

red 175 ◦ green 218 ◦ blue 31

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

Shades of Inch Worm #AFDA1F

Tints of Inch Worm #AFDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.42%

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 41.27%
G = 51.42%
B = 7.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#AFDA1F (or 0xAFDA1F) is known color: Inch Worm. HEX triplet: AF, DA and 1F. RGB value is (175,218,31). Sum of RGB (Red+Green+Blue) = 175+218+31=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA1F is #5025E0. Grayscale: #B8B8B8. Windows color (decimal): -5252577 or 2087599. OLE color: 2087599.

HSL color Cylindrical-coordinate representation of color #AFDA1F: hue angle of 73.8º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFDA1F is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 31 -
CMYK 0.20 0 0.86 0.15
HSL 73.8º 0.75% 0.49% -
HSV(B) 73.8º 0.86% 0.85% -
XYZ 43 59.36 10.49 -
YUV 183.83 41.75 121.71 -
System Red Green Blue C M Y K H S L
Decimal 175 218 31 0.20 0 0.86 0.15 73.8 0.75 0.49
Hex AF DA 1F 14 0 56 F 4A 4B 31
Octal 257 332 37 24 0 126 17 112 113 61
Binary 10101111 11011010 11111 10100 0 1010110 1111 1001010 1001011 110001

Color Harmonies of #AFDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA1F

Black with #AFDA1F

Text Example


Text Example

White with #AFDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA1F; }

 p { color: rgb(175,218,31); }

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

background-color css

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

 a { background-color: rgb(175,218,31); }

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

border-color css

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

 span { border-color: rgb(175,218,31); }

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