Html Css Color HEX #BFE813 Inch Worm

📋 copy color: '#BFE813'

red 191 ◦ green 232 ◦ blue 19

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

Shades of Inch Worm #BFE813

Tints of Inch Worm #BFE813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.3%

R = 43.21%
G = 52.49%
B = 4.3%

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

#BFE813 (or 0xBFE813) is known color: Inch Worm. HEX triplet: BF, E8 and 13. RGB value is (191,232,19). Sum of RGB (Red+Green+Blue) = 191+232+19=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE813 is #4017EC. Grayscale: #C4C4C4. Windows color (decimal): -4200429 or 1304767. OLE color: 1304767.

HSL color Cylindrical-coordinate representation of color #BFE813: hue angle of 71.55º degrees, saturation: 0.85, 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 #BFE813 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 19 -
CMYK 0.18 0 0.92 0.09
HSL 71.55º 0.85% 0.49% -
HSV(B) 71.55º 0.92% 0.91% -
XYZ 50.46 68.84 11.24 -
YUV 195.46 28.42 124.82 -
System Red Green Blue C M Y K H S L
Decimal 191 232 19 0.18 0 0.92 0.09 71.55 0.85 0.49
Hex BF E8 13 12 0 5C 9 48 55 31
Octal 277 350 23 22 0 134 11 110 125 61
Binary 10111111 11101000 10011 10010 0 1011100 1001 1001000 1010101 110001

Color Harmonies of #BFE813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE813

Black with #BFE813

Text Example


Text Example

White with #BFE813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE813; }

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

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

background-color css

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

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

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

border-color css

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

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

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