Html Css Color HEX #AFDC25 Inch Worm

📋 copy color: '#AFDC25'

red 175 ◦ green 220 ◦ blue 37

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

Shades of Inch Worm #AFDC25

Tints of Inch Worm #AFDC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.93%

 BLUE value IS 37 (14.84% from 255) = 8.56%

R = 40.51%
G = 50.93%
B = 8.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#AFDC25 (or 0xAFDC25) is known color: Inch Worm. HEX triplet: AF, DC and 25. RGB value is (175,220,37). Sum of RGB (Red+Green+Blue) = 175+220+37=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC25 is #5023DA. Grayscale: #BABABA. Windows color (decimal): -5252059 or 2481327. OLE color: 2481327.

HSL color Cylindrical-coordinate representation of color #AFDC25: hue angle of 74.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFDC25 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 37 -
CMYK 0.20 0 0.83 0.14
HSL 74.75º 0.72% 0.5% -
HSV(B) 74.75º 0.83% 0.86% -
XYZ 43.61 60.43 11.12 -
YUV 185.68 44.09 120.38 -
System Red Green Blue C M Y K H S L
Decimal 175 220 37 0.20 0 0.83 0.14 74.75 0.72 0.5
Hex AF DC 25 14 0 53 E 4B 48 32
Octal 257 334 45 24 0 123 16 113 110 62
Binary 10101111 11011100 100101 10100 0 1010011 1110 1001011 1001000 110010

Color Harmonies of #AFDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC25

Black with #AFDC25

Text Example


Text Example

White with #AFDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC25; }

 p { color: rgb(175,220,37); }

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

background-color css

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

 a { background-color: rgb(175,220,37); }

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

border-color css

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

 span { border-color: rgb(175,220,37); }

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