Html Css Color HEX #BFF750 Conifer

📋 copy color: '#BFF750'

red 191 ◦ green 247 ◦ blue 80

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

Shades of Conifer #BFF750

Tints of Conifer #BFF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.68%

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

R = 36.87%
G = 47.68%
B = 15.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#BFF750 (or 0xBFF750) is known color: Conifer. HEX triplet: BF, F7 and 50. RGB value is (191,247,80). Sum of RGB (Red+Green+Blue) = 191+247+80=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF750 is #4008AF. Grayscale: #D3D3D3. Windows color (decimal): -4196528 or 5306303. OLE color: 5306303.

HSL color Cylindrical-coordinate representation of color #BFF750: hue angle of 80.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF750 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 80 -
CMYK 0.23 0 0.68 0.03
HSL 80.12º 0.91% 0.64% -
HSV(B) 80.12º 0.68% 0.97% -
XYZ 56.19 78.18 19.72 -
YUV 211.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 191 247 80 0.23 0 0.68 0.03 80.12 0.91 0.64
Hex BF F7 50 17 0 44 3 50 5B 40
Octal 277 367 120 27 0 104 3 120 133 100
Binary 10111111 11110111 1010000 10111 0 1000100 11 1010000 1011011 1000000

Color Harmonies of #BFF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF750

Black with #BFF750

Text Example


Text Example

White with #BFF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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