Html Css Color HEX #B4DB02 Inch Worm

📋 copy color: '#B4DB02'

red 180 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #B4DB02

Tints of Inch Worm #B4DB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 44.89%
G = 54.61%
B = 0.5%

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

#B4DB02 (or 0xB4DB02) is known color: Inch Worm. HEX triplet: B4, DB and 02. RGB value is (180,219,2). Sum of RGB (Red+Green+Blue) = 180+219+2=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DB02 is #4B24FD. Grayscale: #B7B7B7. Windows color (decimal): -4924670 or 187316. OLE color: 187316.

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

Color convert

RGB 180 219 2 -
CMYK 0.18 0 0.99 0.14
HSL 70.78º 0.98% 0.43% -
HSV(B) 70.78º 0.99% 0.86% -
XYZ 44.16 60.37 9.38 -
YUV 182.6 26.08 126.14 -
System Red Green Blue C M Y K H S L
Decimal 180 219 2 0.18 0 0.99 0.14 70.78 0.98 0.43
Hex B4 DB 2 12 0 63 E 47 62 2B
Octal 264 333 2 22 0 143 16 107 142 53
Binary 10110100 11011011 10 10010 0 1100011 1110 1000111 1100010 101011

Color Harmonies of #B4DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB02

Black with #B4DB02

Text Example


Text Example

White with #B4DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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