Html Css Color HEX #B2D418 Inch Worm

📋 copy color: '#B2D418'

red 178 ◦ green 212 ◦ blue 24

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

Shades of Inch Worm #B2D418

Tints of Inch Worm #B2D418

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.21%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 43%
G = 51.21%
B = 5.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#B2D418 (or 0xB2D418) is known color: Inch Worm. HEX triplet: B2, D4 and 18. RGB value is (178,212,24). Sum of RGB (Red+Green+Blue) = 178+212+24=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D418 is #4D2BE7. Grayscale: #B5B5B5. Windows color (decimal): -5057512 or 1627314. OLE color: 1627314.

HSL color Cylindrical-coordinate representation of color #B2D418: hue angle of 70.85º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2D418 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 24 -
CMYK 0.16 0 0.89 0.17
HSL 70.85º 0.8% 0.46% -
HSV(B) 70.85º 0.89% 0.83% -
XYZ 42.07 56.62 9.58 -
YUV 180.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 178 212 24 0.16 0 0.89 0.17 70.85 0.8 0.46
Hex B2 D4 18 10 0 59 11 47 50 2E
Octal 262 324 30 20 0 131 21 107 120 56
Binary 10110010 11010100 11000 10000 0 1011001 10001 1000111 1010000 101110

Color Harmonies of #B2D418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D418

Black with #B2D418

Text Example


Text Example

White with #B2D418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D418; }

 p { color: rgb(178,212,24); }

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

background-color css

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

 a { background-color: rgb(178,212,24); }

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

border-color css

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

 span { border-color: rgb(178,212,24); }

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