Html Css Color HEX #BFE70E Inch Worm

📋 copy color: '#BFE70E'

red 191 ◦ green 231 ◦ blue 14

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

Shades of Inch Worm #BFE70E

Tints of Inch Worm #BFE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.98%

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

R = 43.81%
G = 52.98%
B = 3.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#BFE70E (or 0xBFE70E) is known color: Inch Worm. HEX triplet: BF, E7 and 0E. RGB value is (191,231,14). Sum of RGB (Red+Green+Blue) = 191+231+14=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE70E is #4018F1. Grayscale: #C3C3C3. Windows color (decimal): -4200690 or 976831. OLE color: 976831.

HSL color Cylindrical-coordinate representation of color #BFE70E: hue angle of 71.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE70E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 14 -
CMYK 0.17 0 0.94 0.09
HSL 71.06º 0.89% 0.48% -
HSV(B) 71.06º 0.94% 0.91% -
XYZ 50.14 68.26 10.95 -
YUV 194.3 26.25 125.64 -
System Red Green Blue C M Y K H S L
Decimal 191 231 14 0.17 0 0.94 0.09 71.06 0.89 0.48
Hex BF E7 E 11 0 5E 9 47 59 30
Octal 277 347 16 21 0 136 11 107 131 60
Binary 10111111 11100111 1110 10001 0 1011110 1001 1000111 1011001 110000

Color Harmonies of #BFE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE70E

Black with #BFE70E

Text Example


Text Example

White with #BFE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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