Html Css Color HEX #B2DA24 Inch Worm

📋 copy color: '#B2DA24'

red 178 ◦ green 218 ◦ blue 36

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

Shades of Inch Worm #B2DA24

Tints of Inch Worm #B2DA24

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.46%

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

R = 41.2%
G = 50.46%
B = 8.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#B2DA24 (or 0xB2DA24) is known color: Inch Worm. HEX triplet: B2, DA and 24. RGB value is (178,218,36). Sum of RGB (Red+Green+Blue) = 178+218+36=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA24 is #4D25DB. Grayscale: #B9B9B9. Windows color (decimal): -5055964 or 2415282. OLE color: 2415282.

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

Color convert

RGB 178 218 36 -
CMYK 0.18 0 0.83 0.15
HSL 73.19º 0.72% 0.5% -
HSV(B) 73.19º 0.83% 0.85% -
XYZ 43.75 59.74 10.89 -
YUV 185.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 178 218 36 0.18 0 0.83 0.15 73.19 0.72 0.5
Hex B2 DA 24 12 0 53 F 49 48 32
Octal 262 332 44 22 0 123 17 111 110 62
Binary 10110010 11011010 100100 10010 0 1010011 1111 1001001 1001000 110010

Color Harmonies of #B2DA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA24

Black with #B2DA24

Text Example


Text Example

White with #B2DA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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