Html Css Color HEX #BFE864 Conifer

📋 copy color: '#BFE864'

red 191 ◦ green 232 ◦ blue 100

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

Shades of Conifer #BFE864

Tints of Conifer #BFE864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 36.52%
G = 44.36%
B = 19.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#BFE864 (or 0xBFE864) is known color: Conifer. HEX triplet: BF, E8 and 64. RGB value is (191,232,100). Sum of RGB (Red+Green+Blue) = 191+232+100=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE864 is #40179B. Grayscale: #CDCDCD. Windows color (decimal): -4200348 or 6613183. OLE color: 6613183.

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

Color convert

RGB 191 232 100 -
CMYK 0.18 0 0.57 0.09
HSL 78.64º 0.74% 0.65% -
HSV(B) 78.64º 0.57% 0.91% -
XYZ 52.64 69.71 22.74 -
YUV 204.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 191 232 100 0.18 0 0.57 0.09 78.64 0.74 0.65
Hex BF E8 64 12 0 39 9 4F 4A 41
Octal 277 350 144 22 0 71 11 117 112 101
Binary 10111111 11101000 1100100 10010 0 111001 1001 1001111 1001010 1000001

Color Harmonies of #BFE864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE864

Black with #BFE864

Text Example


Text Example

White with #BFE864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE864; }

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

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

background-color css

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

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

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

border-color css

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

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

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