Html Css Color HEX #B9F314 Inch Worm

📋 copy color: '#B9F314'

red 185 ◦ green 243 ◦ blue 20

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

Shades of Inch Worm #B9F314

Tints of Inch Worm #B9F314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.24%

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

R = 41.29%
G = 54.24%
B = 4.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#B9F314 (or 0xB9F314) is known color: Inch Worm. HEX triplet: B9, F3 and 14. RGB value is (185,243,20). Sum of RGB (Red+Green+Blue) = 185+243+20=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F314 is #460CEB. Grayscale: #C9C9C9. Windows color (decimal): -4590828 or 1373113. OLE color: 1373113.

HSL color Cylindrical-coordinate representation of color #B9F314: hue angle of 75.61º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9F314 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 243 20 -
CMYK 0.24 0 0.92 0.05
HSL 75.61º 0.9% 0.52% -
HSV(B) 75.61º 0.92% 0.95% -
XYZ 52.18 74.47 12.28 -
YUV 200.24 26.28 117.13 -
System Red Green Blue C M Y K H S L
Decimal 185 243 20 0.24 0 0.92 0.05 75.61 0.9 0.52
Hex B9 F3 14 18 0 5C 5 4C 5A 34
Octal 271 363 24 30 0 134 5 114 132 64
Binary 10111001 11110011 10100 11000 0 1011100 101 1001100 1011010 110100

Color Harmonies of #B9F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F314

Black with #B9F314

Text Example


Text Example

White with #B9F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F314; }

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

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

background-color css

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

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

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

border-color css

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

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

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