Html Css Color HEX #B9DD07 Inch Worm

📋 copy color: '#B9DD07'

red 185 ◦ green 221 ◦ blue 7

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

Shades of Inch Worm #B9DD07

Tints of Inch Worm #B9DD07

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

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

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

R = 44.79%
G = 53.51%
B = 1.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#B9DD07 (or 0xB9DD07) is known color: Inch Worm. HEX triplet: B9, DD and 07. RGB value is (185,221,7). Sum of RGB (Red+Green+Blue) = 185+221+7=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DD07 is #4622F8. Grayscale: #BABABA. Windows color (decimal): -4596473 or 515513. OLE color: 515513.

HSL color Cylindrical-coordinate representation of color #B9DD07: hue angle of 70.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9DD07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 7 -
CMYK 0.16 0 0.97 0.13
HSL 70.09º 0.94% 0.45% -
HSV(B) 70.09º 0.97% 0.87% -
XYZ 45.9 62.04 9.76 -
YUV 185.84 27.07 127.4 -
System Red Green Blue C M Y K H S L
Decimal 185 221 7 0.16 0 0.97 0.13 70.09 0.94 0.45
Hex B9 DD 7 10 0 61 D 46 5E 2D
Octal 271 335 7 20 0 141 15 106 136 55
Binary 10111001 11011101 111 10000 0 1100001 1101 1000110 1011110 101101

Color Harmonies of #B9DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD07

Black with #B9DD07

Text Example


Text Example

White with #B9DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD07; }

 p { color: rgb(185,221,7); }

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

background-color css

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

 a { background-color: rgb(185,221,7); }

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

border-color css

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

 span { border-color: rgb(185,221,7); }

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