Html Css Color HEX #BFE750 Conifer

📋 copy color: '#BFE750'

red 191 ◦ green 231 ◦ blue 80

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

Shades of Conifer #BFE750

Tints of Conifer #BFE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.02%

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

R = 38.05%
G = 46.02%
B = 15.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BFE750 (or 0xBFE750) is known color: Conifer. HEX triplet: BF, E7 and 50. RGB value is (191,231,80). Sum of RGB (Red+Green+Blue) = 191+231+80=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE750 is #4018AF. Grayscale: #CACACA. Windows color (decimal): -4200624 or 5302207. OLE color: 5302207.

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

Color convert

RGB 191 231 80 -
CMYK 0.17 0 0.65 0.09
HSL 75.89º 0.76% 0.61% -
HSV(B) 75.89º 0.65% 0.91% -
XYZ 51.51 68.81 18.16 -
YUV 201.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 191 231 80 0.17 0 0.65 0.09 75.89 0.76 0.61
Hex BF E7 50 11 0 41 9 4C 4C 3D
Octal 277 347 120 21 0 101 11 114 114 75
Binary 10111111 11100111 1010000 10001 0 1000001 1001 1001100 1001100 111101

Color Harmonies of #BFE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE750

Black with #BFE750

Text Example


Text Example

White with #BFE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE750; }

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

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

background-color css

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

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

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

border-color css

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

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

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