Html Css Color HEX #AFDB07 Inch Worm

📋 copy color: '#AFDB07'

red 175 ◦ green 219 ◦ blue 7

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

Shades of Inch Worm #AFDB07

Tints of Inch Worm #AFDB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.61%

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 43.64%
G = 54.61%
B = 1.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#AFDB07 (or 0xAFDB07) is known color: Inch Worm. HEX triplet: AF, DB and 07. RGB value is (175,219,7). Sum of RGB (Red+Green+Blue) = 175+219+7=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB07 is #5024F8. Grayscale: #B6B6B6. Windows color (decimal): -5252345 or 514991. OLE color: 514991.

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

Color convert

RGB 175 219 7 -
CMYK 0.20 0 0.97 0.14
HSL 72.45º 0.94% 0.44% -
HSV(B) 72.45º 0.97% 0.86% -
XYZ 43.05 59.79 9.47 -
YUV 181.68 29.42 123.24 -
System Red Green Blue C M Y K H S L
Decimal 175 219 7 0.20 0 0.97 0.14 72.45 0.94 0.44
Hex AF DB 7 14 0 61 E 48 5E 2C
Octal 257 333 7 24 0 141 16 110 136 54
Binary 10101111 11011011 111 10100 0 1100001 1110 1001000 1011110 101100

Color Harmonies of #AFDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB07

Black with #AFDB07

Text Example


Text Example

White with #AFDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB07; }

 p { color: rgb(175,219,7); }

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

background-color css

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

 a { background-color: rgb(175,219,7); }

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

border-color css

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

 span { border-color: rgb(175,219,7); }

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