Html Css Color HEX #AFDD1F Inch Worm

📋 copy color: '#AFDD1F'

red 175 ◦ green 221 ◦ blue 31

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

Shades of Inch Worm #AFDD1F

Tints of Inch Worm #AFDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.76%

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

R = 40.98%
G = 51.76%
B = 7.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#AFDD1F (or 0xAFDD1F) is known color: Inch Worm. HEX triplet: AF, DD and 1F. RGB value is (175,221,31). Sum of RGB (Red+Green+Blue) = 175+221+31=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD1F is #5022E0. Grayscale: #BABABA. Windows color (decimal): -5251809 or 2088367. OLE color: 2088367.

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

Color convert

RGB 175 221 31 -
CMYK 0.21 0 0.86 0.13
HSL 74.53º 0.75% 0.49% -
HSV(B) 74.53º 0.86% 0.87% -
XYZ 43.78 60.93 10.75 -
YUV 185.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 175 221 31 0.21 0 0.86 0.13 74.53 0.75 0.49
Hex AF DD 1F 15 0 56 D 4B 4B 31
Octal 257 335 37 25 0 126 15 113 113 61
Binary 10101111 11011101 11111 10101 0 1010110 1101 1001011 1001011 110001

Color Harmonies of #AFDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD1F

Black with #AFDD1F

Text Example


Text Example

White with #AFDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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