Html Css Color HEX #BFE40C Inch Worm

📋 copy color: '#BFE40C'

red 191 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #BFE40C

Tints of Inch Worm #BFE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.9%

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

R = 44.32%
G = 52.9%
B = 2.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BFE40C (or 0xBFE40C) is known color: Inch Worm. HEX triplet: BF, E4 and 0C. RGB value is (191,228,12). Sum of RGB (Red+Green+Blue) = 191+228+12=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE40C is #401BF3. Grayscale: #C1C1C1. Windows color (decimal): -4201460 or 844991. OLE color: 844991.

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

Color convert

RGB 191 228 12 -
CMYK 0.16 0 0.95 0.11
HSL 70.28º 0.9% 0.47% -
HSV(B) 70.28º 0.95% 0.89% -
XYZ 49.3 66.59 10.6 -
YUV 192.31 26.24 127.06 -
System Red Green Blue C M Y K H S L
Decimal 191 228 12 0.16 0 0.95 0.11 70.28 0.9 0.47
Hex BF E4 C 10 0 5F B 46 5A 2F
Octal 277 344 14 20 0 137 13 106 132 57
Binary 10111111 11100100 1100 10000 0 1011111 1011 1000110 1011010 101111

Color Harmonies of #BFE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE40C

Black with #BFE40C

Text Example


Text Example

White with #BFE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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