Html Css Color HEX #AFDA19 Inch Worm

📋 copy color: '#AFDA19'

red 175 ◦ green 218 ◦ blue 25

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

Shades of Inch Worm #AFDA19

Tints of Inch Worm #AFDA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 41.87%
G = 52.15%
B = 5.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#AFDA19 (or 0xAFDA19) is known color: Inch Worm. HEX triplet: AF, DA and 19. RGB value is (175,218,25). Sum of RGB (Red+Green+Blue) = 175+218+25=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA19 is #5025E6. Grayscale: #B7B7B7. Windows color (decimal): -5252583 or 1694383. OLE color: 1694383.

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

Color convert

RGB 175 218 25 -
CMYK 0.20 0 0.89 0.15
HSL 73.37º 0.79% 0.48% -
HSV(B) 73.37º 0.89% 0.85% -
XYZ 42.93 59.33 10.11 -
YUV 183.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 175 218 25 0.20 0 0.89 0.15 73.37 0.79 0.48
Hex AF DA 19 14 0 59 F 49 4F 30
Octal 257 332 31 24 0 131 17 111 117 60
Binary 10101111 11011010 11001 10100 0 1011001 1111 1001001 1001111 110000

Color Harmonies of #AFDA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA19

Black with #AFDA19

Text Example


Text Example

White with #AFDA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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