Html Css Color HEX #BFD80E Inch Worm

📋 copy color: '#BFD80E'

red 191 ◦ green 216 ◦ blue 14

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

Shades of Inch Worm #BFD80E

Tints of Inch Worm #BFD80E

RGB

 RED value IS 191 (75% from 255) = 45.37%

 GREEN value IS 216 (84.77% from 255) = 51.31%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 45.37%
G = 51.31%
B = 3.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BFD80E (or 0xBFD80E) is known color: Inch Worm. HEX triplet: BF, D8 and 0E. RGB value is (191,216,14). Sum of RGB (Red+Green+Blue) = 191+216+14=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD80E is #4027F1. Grayscale: #BABABA. Windows color (decimal): -4204530 or 972991. OLE color: 972991.

HSL color Cylindrical-coordinate representation of color #BFD80E: hue angle of 67.43º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD80E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 14 -
CMYK 0.12 0 0.94 0.15
HSL 67.43º 0.88% 0.45% -
HSV(B) 67.43º 0.94% 0.85% -
XYZ 46.12 60.22 9.61 -
YUV 185.5 31.22 131.93 -
System Red Green Blue C M Y K H S L
Decimal 191 216 14 0.12 0 0.94 0.15 67.43 0.88 0.45
Hex BF D8 E C 0 5E F 43 58 2D
Octal 277 330 16 14 0 136 17 103 130 55
Binary 10111111 11011000 1110 1100 0 1011110 1111 1000011 1011000 101101

Color Harmonies of #BFD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD80E

Black with #BFD80E

Text Example


Text Example

White with #BFD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD80E; }

 p { color: rgb(191,216,14); }

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

background-color css

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

 a { background-color: rgb(191,216,14); }

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

border-color css

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

 span { border-color: rgb(191,216,14); }

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