Html Css Color HEX #B2DC24 Inch Worm

📋 copy color: '#B2DC24'

red 178 ◦ green 220 ◦ blue 36

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

Shades of Inch Worm #B2DC24

Tints of Inch Worm #B2DC24

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 41.01%
G = 50.69%
B = 8.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#B2DC24 (or 0xB2DC24) is known color: Inch Worm. HEX triplet: B2, DC and 24. RGB value is (178,220,36). Sum of RGB (Red+Green+Blue) = 178+220+36=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC24 is #4D23DB. Grayscale: #BBBBBB. Windows color (decimal): -5055452 or 2415794. OLE color: 2415794.

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

Color convert

RGB 178 220 36 -
CMYK 0.19 0 0.84 0.14
HSL 73.7º 0.72% 0.5% -
HSV(B) 73.7º 0.84% 0.86% -
XYZ 44.27 60.78 11.07 -
YUV 186.47 43.09 121.96 -
System Red Green Blue C M Y K H S L
Decimal 178 220 36 0.19 0 0.84 0.14 73.7 0.72 0.5
Hex B2 DC 24 13 0 54 E 4A 48 32
Octal 262 334 44 23 0 124 16 112 110 62
Binary 10110010 11011100 100100 10011 0 1010100 1110 1001010 1001000 110010

Color Harmonies of #B2DC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC24

Black with #B2DC24

Text Example


Text Example

White with #B2DC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC24; }

 p { color: rgb(178,220,36); }

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

background-color css

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

 a { background-color: rgb(178,220,36); }

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

border-color css

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

 span { border-color: rgb(178,220,36); }

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