Html Css Color HEX #BFE812 Inch Worm

📋 copy color: '#BFE812'

red 191 ◦ green 232 ◦ blue 18

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

Shades of Inch Worm #BFE812

Tints of Inch Worm #BFE812

RGB

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

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

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

R = 43.31%
G = 52.61%
B = 4.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#BFE812 (or 0xBFE812) is known color: Inch Worm. HEX triplet: BF, E8 and 12. RGB value is (191,232,18). Sum of RGB (Red+Green+Blue) = 191+232+18=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE812 is #4017ED. Grayscale: #C4C4C4. Windows color (decimal): -4200430 or 1239231. OLE color: 1239231.

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

Color convert

RGB 191 232 18 -
CMYK 0.18 0 0.92 0.09
HSL 71.5º 0.86% 0.49% -
HSV(B) 71.5º 0.92% 0.91% -
XYZ 50.45 68.83 11.2 -
YUV 195.35 27.92 124.9 -
System Red Green Blue C M Y K H S L
Decimal 191 232 18 0.18 0 0.92 0.09 71.5 0.86 0.49
Hex BF E8 12 12 0 5C 9 47 56 31
Octal 277 350 22 22 0 134 11 107 126 61
Binary 10111111 11101000 10010 10010 0 1011100 1001 1000111 1010110 110001

Color Harmonies of #BFE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE812

Black with #BFE812

Text Example


Text Example

White with #BFE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE812; }

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

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

background-color css

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

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

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

border-color css

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

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

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