Html Css Color HEX #BFE50C Inch Worm

📋 copy color: '#BFE50C'

red 191 ◦ green 229 ◦ blue 12

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

Shades of Inch Worm #BFE50C

Tints of Inch Worm #BFE50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 44.21%
G = 53.01%
B = 2.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#BFE50C (or 0xBFE50C) is known color: Inch Worm. HEX triplet: BF, E5 and 0C. RGB value is (191,229,12). Sum of RGB (Red+Green+Blue) = 191+229+12=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE50C is #401AF3. Grayscale: #C1C1C1. Windows color (decimal): -4201204 or 845247. OLE color: 845247.

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

Color convert

RGB 191 229 12 -
CMYK 0.17 0 0.95 0.10
HSL 70.51º 0.9% 0.47% -
HSV(B) 70.51º 0.95% 0.9% -
XYZ 49.57 67.14 10.69 -
YUV 192.9 25.91 126.64 -
System Red Green Blue C M Y K H S L
Decimal 191 229 12 0.17 0 0.95 0.10 70.51 0.9 0.47
Hex BF E5 C 11 0 5F A 47 5A 2F
Octal 277 345 14 21 0 137 12 107 132 57
Binary 10111111 11100101 1100 10001 0 1011111 1010 1000111 1011010 101111

Color Harmonies of #BFE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE50C

Black with #BFE50C

Text Example


Text Example

White with #BFE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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