Html Css Color HEX #BFE80C Inch Worm

📋 copy color: '#BFE80C'

red 191 ◦ green 232 ◦ blue 12

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

Shades of Inch Worm #BFE80C

Tints of Inch Worm #BFE80C

RGB

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

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

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

R = 43.91%
G = 53.33%
B = 2.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#BFE80C (or 0xBFE80C) is known color: Inch Worm. HEX triplet: BF, E8 and 0C. RGB value is (191,232,12). Sum of RGB (Red+Green+Blue) = 191+232+12=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE80C is #4017F3. Grayscale: #C3C3C3. Windows color (decimal): -4200436 or 846015. OLE color: 846015.

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

Color convert

RGB 191 232 12 -
CMYK 0.18 0 0.95 0.09
HSL 71.18º 0.9% 0.48% -
HSV(B) 71.18º 0.95% 0.91% -
XYZ 50.41 68.82 10.97 -
YUV 194.66 24.92 125.39 -
System Red Green Blue C M Y K H S L
Decimal 191 232 12 0.18 0 0.95 0.09 71.18 0.9 0.48
Hex BF E8 C 12 0 5F 9 47 5A 30
Octal 277 350 14 22 0 137 11 107 132 60
Binary 10111111 11101000 1100 10010 0 1011111 1001 1000111 1011010 110000

Color Harmonies of #BFE80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE80C

Black with #BFE80C

Text Example


Text Example

White with #BFE80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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