Html Css Color HEX #AFDC27 Inch Worm

📋 copy color: '#AFDC27'

red 175 ◦ green 220 ◦ blue 39

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

Shades of Inch Worm #AFDC27

Tints of Inch Worm #AFDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 40.32%
G = 50.69%
B = 8.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#AFDC27 (or 0xAFDC27) is known color: Inch Worm. HEX triplet: AF, DC and 27. RGB value is (175,220,39). Sum of RGB (Red+Green+Blue) = 175+220+39=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC27 is #5023D8. Grayscale: #BABABA. Windows color (decimal): -5252057 or 2612399. OLE color: 2612399.

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

Color convert

RGB 175 220 39 -
CMYK 0.20 0 0.82 0.14
HSL 74.92º 0.72% 0.51% -
HSV(B) 74.92º 0.82% 0.86% -
XYZ 43.64 60.45 11.29 -
YUV 185.91 45.09 120.22 -
System Red Green Blue C M Y K H S L
Decimal 175 220 39 0.20 0 0.82 0.14 74.92 0.72 0.51
Hex AF DC 27 14 0 52 E 4B 48 33
Octal 257 334 47 24 0 122 16 113 110 63
Binary 10101111 11011100 100111 10100 0 1010010 1110 1001011 1001000 110011

Color Harmonies of #AFDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC27

Black with #AFDC27

Text Example


Text Example

White with #AFDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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