Html Css Color HEX #BFE512 Inch Worm

📋 copy color: '#BFE512'

red 191 ◦ green 229 ◦ blue 18

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

Shades of Inch Worm #BFE512

Tints of Inch Worm #BFE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.28%

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

R = 43.61%
G = 52.28%
B = 4.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#BFE512 (or 0xBFE512) is known color: Inch Worm. HEX triplet: BF, E5 and 12. RGB value is (191,229,18). Sum of RGB (Red+Green+Blue) = 191+229+18=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE512 is #401AED. Grayscale: #C2C2C2. Windows color (decimal): -4201198 or 1238463. OLE color: 1238463.

HSL color Cylindrical-coordinate representation of color #BFE512: hue angle of 70.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE512 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 18 -
CMYK 0.17 0 0.92 0.10
HSL 70.81º 0.85% 0.48% -
HSV(B) 70.81º 0.92% 0.9% -
XYZ 49.61 67.16 10.92 -
YUV 193.58 28.91 126.16 -
System Red Green Blue C M Y K H S L
Decimal 191 229 18 0.17 0 0.92 0.10 70.81 0.85 0.48
Hex BF E5 12 11 0 5C A 47 55 30
Octal 277 345 22 21 0 134 12 107 125 60
Binary 10111111 11100101 10010 10001 0 1011100 1010 1000111 1010101 110000

Color Harmonies of #BFE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE512

Black with #BFE512

Text Example


Text Example

White with #BFE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE512; }

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

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

background-color css

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

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

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

border-color css

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

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

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