Html Css Color HEX #BFEF0E Inch Worm

📋 copy color: '#BFEF0E'

red 191 ◦ green 239 ◦ blue 14

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

Shades of Inch Worm #BFEF0E

Tints of Inch Worm #BFEF0E

RGB

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

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

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

R = 43.02%
G = 53.83%
B = 3.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#BFEF0E (or 0xBFEF0E) is known color: Inch Worm. HEX triplet: BF, EF and 0E. RGB value is (191,239,14). Sum of RGB (Red+Green+Blue) = 191+239+14=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEF0E is #4010F1. Grayscale: #C7C7C7. Windows color (decimal): -4198642 or 978879. OLE color: 978879.

HSL color Cylindrical-coordinate representation of color #BFEF0E: hue angle of 72.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFEF0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 14 -
CMYK 0.20 0 0.94 0.06
HSL 72.8º 0.89% 0.5% -
HSV(B) 72.8º 0.94% 0.94% -
XYZ 52.43 72.84 11.71 -
YUV 199 23.6 122.3 -
System Red Green Blue C M Y K H S L
Decimal 191 239 14 0.20 0 0.94 0.06 72.8 0.89 0.5
Hex BF EF E 14 0 5E 6 49 59 32
Octal 277 357 16 24 0 136 6 111 131 62
Binary 10111111 11101111 1110 10100 0 1011110 110 1001001 1011001 110010

Color Harmonies of #BFEF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEF0E

Black with #BFEF0E

Text Example


Text Example

White with #BFEF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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