Html Css Color HEX #B2DE15 Inch Worm

📋 copy color: '#B2DE15'

red 178 ◦ green 222 ◦ blue 21

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

Shades of Inch Worm #B2DE15

Tints of Inch Worm #B2DE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.73%

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 42.28%
G = 52.73%
B = 4.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#B2DE15 (or 0xB2DE15) is known color: Inch Worm. HEX triplet: B2, DE and 15. RGB value is (178,222,21). Sum of RGB (Red+Green+Blue) = 178+222+21=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DE15 is #4D21EA. Grayscale: #BABABA. Windows color (decimal): -5054955 or 1433266. OLE color: 1433266.

HSL color Cylindrical-coordinate representation of color #B2DE15: hue angle of 73.13º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2DE15 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 21 -
CMYK 0.20 0 0.91 0.13
HSL 73.13º 0.83% 0.48% -
HSV(B) 73.13º 0.91% 0.87% -
XYZ 44.62 61.76 10.28 -
YUV 185.93 34.92 122.34 -
System Red Green Blue C M Y K H S L
Decimal 178 222 21 0.20 0 0.91 0.13 73.13 0.83 0.48
Hex B2 DE 15 14 0 5B D 49 53 30
Octal 262 336 25 24 0 133 15 111 123 60
Binary 10110010 11011110 10101 10100 0 1011011 1101 1001001 1010011 110000

Color Harmonies of #B2DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE15

Black with #B2DE15

Text Example


Text Example

White with #B2DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE15; }

 p { color: rgb(178,222,21); }

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

background-color css

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

 a { background-color: rgb(178,222,21); }

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

border-color css

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

 span { border-color: rgb(178,222,21); }

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