Html Css Color HEX #BFE012 Inch Worm

📋 copy color: '#BFE012'

red 191 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #BFE012

Tints of Inch Worm #BFE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 44.11%
G = 51.73%
B = 4.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BFE012 (or 0xBFE012) is known color: Inch Worm. HEX triplet: BF, E0 and 12. RGB value is (191,224,18). Sum of RGB (Red+Green+Blue) = 191+224+18=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE012 is #401FED. Grayscale: #BFBFBF. Windows color (decimal): -4202478 or 1237183. OLE color: 1237183.

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

Color convert

RGB 191 224 18 -
CMYK 0.15 0 0.92 0.12
HSL 69.61º 0.85% 0.47% -
HSV(B) 69.61º 0.92% 0.88% -
XYZ 48.25 64.43 10.47 -
YUV 190.65 30.57 128.25 -
System Red Green Blue C M Y K H S L
Decimal 191 224 18 0.15 0 0.92 0.12 69.61 0.85 0.47
Hex BF E0 12 F 0 5C C 46 55 2F
Octal 277 340 22 17 0 134 14 106 125 57
Binary 10111111 11100000 10010 1111 0 1011100 1100 1000110 1010101 101111

Color Harmonies of #BFE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE012

Black with #BFE012

Text Example


Text Example

White with #BFE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE012; }

 p { color: rgb(191,224,18); }

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

background-color css

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

 a { background-color: rgb(191,224,18); }

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

border-color css

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

 span { border-color: rgb(191,224,18); }

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