Html Css Color HEX #B2D718 Inch Worm

📋 copy color: '#B2D718'

red 178 ◦ green 215 ◦ blue 24

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

Shades of Inch Worm #B2D718

Tints of Inch Worm #B2D718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.56%

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

R = 42.69%
G = 51.56%
B = 5.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#B2D718 (or 0xB2D718) is known color: Inch Worm. HEX triplet: B2, D7 and 18. RGB value is (178,215,24). Sum of RGB (Red+Green+Blue) = 178+215+24=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D718 is #4D28E7. Grayscale: #B6B6B6. Windows color (decimal): -5056744 or 1628082. OLE color: 1628082.

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

Color convert

RGB 178 215 24 -
CMYK 0.17 0 0.89 0.16
HSL 71.62º 0.8% 0.47% -
HSV(B) 71.62º 0.89% 0.84% -
XYZ 42.83 58.13 9.83 -
YUV 182.16 38.74 125.03 -
System Red Green Blue C M Y K H S L
Decimal 178 215 24 0.17 0 0.89 0.16 71.62 0.8 0.47
Hex B2 D7 18 11 0 59 10 48 50 2F
Octal 262 327 30 21 0 131 20 110 120 57
Binary 10110010 11010111 11000 10001 0 1011001 10000 1001000 1010000 101111

Color Harmonies of #B2D718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D718

Black with #B2D718

Text Example


Text Example

White with #B2D718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D718; }

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

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

background-color css

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

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

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

border-color css

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

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

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