Html Css Color HEX #B2D514 Inch Worm

📋 copy color: '#B2D514'

red 178 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #B2D514

Tints of Inch Worm #B2D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.82%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 43.31%
G = 51.82%
B = 4.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#B2D514 (or 0xB2D514) is known color: Inch Worm. HEX triplet: B2, D5 and 14. RGB value is (178,213,20). Sum of RGB (Red+Green+Blue) = 178+213+20=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D514 is #4D2AEB. Grayscale: #B5B5B5. Windows color (decimal): -5057260 or 1365426. OLE color: 1365426.

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

Color convert

RGB 178 213 20 -
CMYK 0.16 0 0.91 0.16
HSL 70.88º 0.83% 0.46% -
HSV(B) 70.88º 0.91% 0.84% -
XYZ 42.28 57.1 9.46 -
YUV 180.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 178 213 20 0.16 0 0.91 0.16 70.88 0.83 0.46
Hex B2 D5 14 10 0 5B 10 47 53 2E
Octal 262 325 24 20 0 133 20 107 123 56
Binary 10110010 11010101 10100 10000 0 1011011 10000 1000111 1010011 101110

Color Harmonies of #B2D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D514

Black with #B2D514

Text Example


Text Example

White with #B2D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D514; }

 p { color: rgb(178,213,20); }

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

background-color css

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

 a { background-color: rgb(178,213,20); }

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

border-color css

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

 span { border-color: rgb(178,213,20); }

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