Html Css Color HEX #B4DB03 Inch Worm

📋 copy color: '#B4DB03'

red 180 ◦ green 219 ◦ blue 3

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

Shades of Inch Worm #B4DB03

Tints of Inch Worm #B4DB03

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 44.78%
G = 54.48%
B = 0.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#B4DB03 (or 0xB4DB03) is known color: Inch Worm. HEX triplet: B4, DB and 03. RGB value is (180,219,3). Sum of RGB (Red+Green+Blue) = 180+219+3=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DB03 is #4B24FC. Grayscale: #B7B7B7. Windows color (decimal): -4924669 or 252852. OLE color: 252852.

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

Color convert

RGB 180 219 3 -
CMYK 0.18 0 0.99 0.14
HSL 70.83º 0.97% 0.44% -
HSV(B) 70.83º 0.99% 0.86% -
XYZ 44.17 60.37 9.41 -
YUV 182.72 26.58 126.06 -
System Red Green Blue C M Y K H S L
Decimal 180 219 3 0.18 0 0.99 0.14 70.83 0.97 0.44
Hex B4 DB 3 12 0 63 E 47 61 2C
Octal 264 333 3 22 0 143 16 107 141 54
Binary 10110100 11011011 11 10010 0 1100011 1110 1000111 1100001 101100

Color Harmonies of #B4DB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB03

Black with #B4DB03

Text Example


Text Example

White with #B4DB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB03; }

 p { color: rgb(180,219,3); }

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

background-color css

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

 a { background-color: rgb(180,219,3); }

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

border-color css

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

 span { border-color: rgb(180,219,3); }

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