Html Css Color HEX #BFEF50 Conifer

📋 copy color: '#BFEF50'

red 191 ◦ green 239 ◦ blue 80

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

Shades of Conifer #BFEF50

Tints of Conifer #BFEF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.86%

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

R = 37.45%
G = 46.86%
B = 15.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#BFEF50 (or 0xBFEF50) is known color: Conifer. HEX triplet: BF, EF and 50. RGB value is (191,239,80). Sum of RGB (Red+Green+Blue) = 191+239+80=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF50 is #4010AF. Grayscale: #CFCFCF. Windows color (decimal): -4198576 or 5304255. OLE color: 5304255.

HSL color Cylindrical-coordinate representation of color #BFEF50: hue angle of 78.11º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFEF50 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 80 -
CMYK 0.20 0 0.67 0.06
HSL 78.11º 0.83% 0.63% -
HSV(B) 78.11º 0.67% 0.94% -
XYZ 53.8 73.39 18.92 -
YUV 206.52 56.6 116.93 -
System Red Green Blue C M Y K H S L
Decimal 191 239 80 0.20 0 0.67 0.06 78.11 0.83 0.63
Hex BF EF 50 14 0 43 6 4E 53 3F
Octal 277 357 120 24 0 103 6 116 123 77
Binary 10111111 11101111 1010000 10100 0 1000011 110 1001110 1010011 111111

Color Harmonies of #BFEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEF50

Black with #BFEF50

Text Example


Text Example

White with #BFEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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