Html Css Color HEX #B1D614 Inch Worm

📋 copy color: '#B1D614'

red 177 ◦ green 214 ◦ blue 20

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

Shades of Inch Worm #B1D614

Tints of Inch Worm #B1D614

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 214 (83.98% from 255) = 52.07%

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

R = 43.07%
G = 52.07%
B = 4.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#B1D614 (or 0xB1D614) is known color: Inch Worm. HEX triplet: B1, D6 and 14. RGB value is (177,214,20). Sum of RGB (Red+Green+Blue) = 177+214+20=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D614 is #4E29EB. Grayscale: #B5B5B5. Windows color (decimal): -5122540 or 1365681. OLE color: 1365681.

HSL color Cylindrical-coordinate representation of color #B1D614: hue angle of 71.44º 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 #B1D614 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 214 20 -
CMYK 0.17 0 0.91 0.16
HSL 71.44º 0.83% 0.46% -
HSV(B) 71.44º 0.91% 0.84% -
XYZ 42.3 57.49 9.53 -
YUV 180.82 37.24 125.27 -
System Red Green Blue C M Y K H S L
Decimal 177 214 20 0.17 0 0.91 0.16 71.44 0.83 0.46
Hex B1 D6 14 11 0 5B 10 47 53 2E
Octal 261 326 24 21 0 133 20 107 123 56
Binary 10110001 11010110 10100 10001 0 1011011 10000 1000111 1010011 101110

Color Harmonies of #B1D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D614

Black with #B1D614

Text Example


Text Example

White with #B1D614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D614; }

 p { color: rgb(177,214,20); }

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

background-color css

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

 a { background-color: rgb(177,214,20); }

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

border-color css

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

 span { border-color: rgb(177,214,20); }

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