Html Css Color HEX #BFE114 Inch Worm

📋 copy color: '#BFE114'

red 191 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #BFE114

Tints of Inch Worm #BFE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

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

R = 43.81%
G = 51.61%
B = 4.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BFE114 (or 0xBFE114) is known color: Inch Worm. HEX triplet: BF, E1 and 14. RGB value is (191,225,20). Sum of RGB (Red+Green+Blue) = 191+225+20=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE114 is #401EEB. Grayscale: #C0C0C0. Windows color (decimal): -4202220 or 1368511. OLE color: 1368511.

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

Color convert

RGB 191 225 20 -
CMYK 0.15 0 0.91 0.12
HSL 69.95º 0.84% 0.48% -
HSV(B) 69.95º 0.91% 0.88% -
XYZ 48.54 64.98 10.65 -
YUV 191.46 31.24 127.67 -
System Red Green Blue C M Y K H S L
Decimal 191 225 20 0.15 0 0.91 0.12 69.95 0.84 0.48
Hex BF E1 14 F 0 5B C 46 54 30
Octal 277 341 24 17 0 133 14 106 124 60
Binary 10111111 11100001 10100 1111 0 1011011 1100 1000110 1010100 110000

Color Harmonies of #BFE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE114

Black with #BFE114

Text Example


Text Example

White with #BFE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE114; }

 p { color: rgb(191,225,20); }

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

background-color css

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

 a { background-color: rgb(191,225,20); }

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

border-color css

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

 span { border-color: rgb(191,225,20); }

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