Html Css Color HEX #BFE814 Inch Worm

📋 copy color: '#BFE814'

red 191 ◦ green 232 ◦ blue 20

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

Shades of Inch Worm #BFE814

Tints of Inch Worm #BFE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.37%

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

R = 43.12%
G = 52.37%
B = 4.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BFE814 (or 0xBFE814) is known color: Inch Worm. HEX triplet: BF, E8 and 14. RGB value is (191,232,20). Sum of RGB (Red+Green+Blue) = 191+232+20=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE814 is #4017EB. Grayscale: #C4C4C4. Windows color (decimal): -4200428 or 1370303. OLE color: 1370303.

HSL color Cylindrical-coordinate representation of color #BFE814: hue angle of 71.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFE814 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 20 -
CMYK 0.18 0 0.91 0.09
HSL 71.6º 0.84% 0.49% -
HSV(B) 71.6º 0.91% 0.91% -
XYZ 50.47 68.84 11.29 -
YUV 195.57 28.92 124.74 -
System Red Green Blue C M Y K H S L
Decimal 191 232 20 0.18 0 0.91 0.09 71.6 0.84 0.49
Hex BF E8 14 12 0 5B 9 48 54 31
Octal 277 350 24 22 0 133 11 110 124 61
Binary 10111111 11101000 10100 10010 0 1011011 1001 1001000 1010100 110001

Color Harmonies of #BFE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE814

Black with #BFE814

Text Example


Text Example

White with #BFE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE814; }

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

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

background-color css

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

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

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

border-color css

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

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

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