#b3db14

Color #B3DB14 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B3DB14

Tints of Inch Worm #B3DB14

Color information

#B3DB14 (or 0xB3DB14) is unknown color: approx Inch Worm. HEX triplet: B3, DB and 14. RGB value is (179,219,20). Sum of RGB (Red+Green+Blue) = 179+219+20=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3DB14 is #4C24EB. Grayscale: #B9B9B9. Windows color (decimal): -4990188 or 1366963. OLE color: 1366963.

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

Color convert

RGB17921920-
CMYK0.1800.910.14
HSL72.06º83.26%46.86%-
HSV(B)72.06º90.87%85.88%-
XYZ44.0560.39.98-
YUV184.3535.25124.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 219 (85.94% from 255) = 52.39%
BLUE value IS 20 (8.20% from 255) = 4.78%
R=42.82%
G=52.39%
B=4.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179219200.1800.910.1472.0683.2646.86
HexB3DB141205BE48532f
Octal263333242201331611012357
Binary1011001111011011101001001001011011111010010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3db14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3db14; }

 p { color: rgb(179,219,20); }

 H1.HeaderClassName
 {
   color: #b3db14;
 }
 .AnyTagClassName
 {
   color: #b3db14;
 }
</style>
background-color css

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

 a { background-color: rgb(179,219,20); }

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

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

 span { border-color: rgb(179,219,20); }

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