Html Css Color HEX #B9EF14 Inch Worm

📋 copy color: '#B9EF14'

red 185 ◦ green 239 ◦ blue 20

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

Shades of Inch Worm #B9EF14

Tints of Inch Worm #B9EF14

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

 GREEN value IS 239 (93.75% from 255) = 53.83%

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

R = 41.67%
G = 53.83%
B = 4.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#B9EF14 (or 0xB9EF14) is known color: Inch Worm. HEX triplet: B9, EF and 14. RGB value is (185,239,20). Sum of RGB (Red+Green+Blue) = 185+239+20=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9EF14 is #4610EB. Grayscale: #C6C6C6. Windows color (decimal): -4591852 or 1372089. OLE color: 1372089.

HSL color Cylindrical-coordinate representation of color #B9EF14: hue angle of 74.79º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9EF14 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 239 20 -
CMYK 0.23 0 0.92 0.06
HSL 74.79º 0.87% 0.51% -
HSV(B) 74.79º 0.92% 0.94% -
XYZ 51 72.1 11.89 -
YUV 197.89 27.61 118.81 -
System Red Green Blue C M Y K H S L
Decimal 185 239 20 0.23 0 0.92 0.06 74.79 0.87 0.51
Hex B9 EF 14 17 0 5C 6 4B 57 33
Octal 271 357 24 27 0 134 6 113 127 63
Binary 10111001 11101111 10100 10111 0 1011100 110 1001011 1010111 110011

Color Harmonies of #B9EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EF14

Black with #B9EF14

Text Example


Text Example

White with #B9EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EF14; }

 p { color: rgb(185,239,20); }

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

background-color css

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

 a { background-color: rgb(185,239,20); }

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

border-color css

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

 span { border-color: rgb(185,239,20); }

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