Html Css Color HEX #BFE20E Inch Worm

📋 copy color: '#BFE20E'

red 191 ◦ green 226 ◦ blue 14

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

Shades of Inch Worm #BFE20E

Tints of Inch Worm #BFE20E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.44%

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

R = 44.32%
G = 52.44%
B = 3.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#BFE20E (or 0xBFE20E) is known color: Inch Worm. HEX triplet: BF, E2 and 0E. RGB value is (191,226,14). Sum of RGB (Red+Green+Blue) = 191+226+14=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE20E is #401DF1. Grayscale: #C0C0C0. Windows color (decimal): -4201970 or 975551. OLE color: 975551.

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

Color convert

RGB 191 226 14 -
CMYK 0.15 0 0.94 0.11
HSL 69.91º 0.88% 0.47% -
HSV(B) 69.91º 0.94% 0.89% -
XYZ 48.76 65.5 10.49 -
YUV 191.37 27.9 127.74 -
System Red Green Blue C M Y K H S L
Decimal 191 226 14 0.15 0 0.94 0.11 69.91 0.88 0.47
Hex BF E2 E F 0 5E B 46 58 2F
Octal 277 342 16 17 0 136 13 106 130 57
Binary 10111111 11100010 1110 1111 0 1011110 1011 1000110 1011000 101111

Color Harmonies of #BFE20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE20E

Black with #BFE20E

Text Example


Text Example

White with #BFE20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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