Html Css Color HEX #B2DB25 Inch Worm

📋 copy color: '#B2DB25'

red 178 ◦ green 219 ◦ blue 37

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

Shades of Inch Worm #B2DB25

Tints of Inch Worm #B2DB25

RGB

 RED value IS 178 (69.92% from 255) = 41.01%

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

 BLUE value IS 37 (14.84% from 255) = 8.53%

R = 41.01%
G = 50.46%
B = 8.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#B2DB25 (or 0xB2DB25) is known color: Inch Worm. HEX triplet: B2, DB and 25. RGB value is (178,219,37). Sum of RGB (Red+Green+Blue) = 178+219+37=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB25 is #4D24DA. Grayscale: #BABABA. Windows color (decimal): -5055707 or 2481074. OLE color: 2481074.

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

Color convert

RGB 178 219 37 -
CMYK 0.19 0 0.83 0.14
HSL 73.52º 0.72% 0.5% -
HSV(B) 73.52º 0.83% 0.86% -
XYZ 44.03 60.26 11.06 -
YUV 185.99 43.92 122.3 -
System Red Green Blue C M Y K H S L
Decimal 178 219 37 0.19 0 0.83 0.14 73.52 0.72 0.5
Hex B2 DB 25 13 0 53 E 4A 48 32
Octal 262 333 45 23 0 123 16 112 110 62
Binary 10110010 11011011 100101 10011 0 1010011 1110 1001010 1001000 110010

Color Harmonies of #B2DB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB25

Black with #B2DB25

Text Example


Text Example

White with #B2DB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB25; }

 p { color: rgb(178,219,37); }

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

background-color css

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

 a { background-color: rgb(178,219,37); }

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

border-color css

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

 span { border-color: rgb(178,219,37); }

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