Html Css Color HEX #BFEA50 Conifer

📋 copy color: '#BFEA50'

red 191 ◦ green 234 ◦ blue 80

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

Shades of Conifer #BFEA50

Tints of Conifer #BFEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 37.82%
G = 46.34%
B = 15.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#BFEA50 (or 0xBFEA50) is known color: Conifer. HEX triplet: BF, EA and 50. RGB value is (191,234,80). Sum of RGB (Red+Green+Blue) = 191+234+80=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA50 is #4015AF. Grayscale: #CCCCCC. Windows color (decimal): -4199856 or 5302975. OLE color: 5302975.

HSL color Cylindrical-coordinate representation of color #BFEA50: hue angle of 76.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFEA50 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 80 -
CMYK 0.18 0 0.66 0.08
HSL 76.75º 0.79% 0.62% -
HSV(B) 76.75º 0.66% 0.92% -
XYZ 52.36 70.5 18.44 -
YUV 203.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 191 234 80 0.18 0 0.66 0.08 76.75 0.79 0.62
Hex BF EA 50 12 0 42 8 4D 4F 3E
Octal 277 352 120 22 0 102 10 115 117 76
Binary 10111111 11101010 1010000 10010 0 1000010 1000 1001101 1001111 111110

Color Harmonies of #BFEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA50

Black with #BFEA50

Text Example


Text Example

White with #BFEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA50; }

 p { color: rgb(191,234,80); }

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

background-color css

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

 a { background-color: rgb(191,234,80); }

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

border-color css

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

 span { border-color: rgb(191,234,80); }

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