Html Css Color HEX #BFEC55 Conifer

📋 copy color: '#BFEC55'

red 191 ◦ green 236 ◦ blue 85

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

Shades of Conifer #BFEC55

Tints of Conifer #BFEC55

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

 BLUE value IS 85 (33.59% from 255) = 16.6%

R = 37.3%
G = 46.09%
B = 16.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BFEC55 (or 0xBFEC55) is known color: Conifer. HEX triplet: BF, EC and 55. RGB value is (191,236,85). Sum of RGB (Red+Green+Blue) = 191+236+85=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC55 is #4013AA. Grayscale: #CDCDCD. Windows color (decimal): -4199339 or 5631167. OLE color: 5631167.

HSL color Cylindrical-coordinate representation of color #BFEC55: hue angle of 77.88º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFEC55 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 85 -
CMYK 0.19 0 0.64 0.07
HSL 77.88º 0.8% 0.63% -
HSV(B) 77.88º 0.64% 0.93% -
XYZ 53.12 71.72 19.64 -
YUV 205.33 60.09 117.78 -
System Red Green Blue C M Y K H S L
Decimal 191 236 85 0.19 0 0.64 0.07 77.88 0.8 0.63
Hex BF EC 55 13 0 40 7 4E 50 3F
Octal 277 354 125 23 0 100 7 116 120 77
Binary 10111111 11101100 1010101 10011 0 1000000 111 1001110 1010000 111111

Color Harmonies of #BFEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC55

Black with #BFEC55

Text Example


Text Example

White with #BFEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC55; }

 p { color: rgb(191,236,85); }

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

background-color css

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

 a { background-color: rgb(191,236,85); }

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

border-color css

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

 span { border-color: rgb(191,236,85); }

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