Html Css Color HEX #BFF250 Conifer

📋 copy color: '#BFF250'

red 191 ◦ green 242 ◦ blue 80

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

Shades of Conifer #BFF250

Tints of Conifer #BFF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.17%

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

R = 37.23%
G = 47.17%
B = 15.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BFF250 (or 0xBFF250) is known color: Conifer. HEX triplet: BF, F2 and 50. RGB value is (191,242,80). Sum of RGB (Red+Green+Blue) = 191+242+80=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF250 is #400DAF. Grayscale: #D0D0D0. Windows color (decimal): -4197808 or 5305023. OLE color: 5305023.

HSL color Cylindrical-coordinate representation of color #BFF250: hue angle of 78.89º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF250 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 80 -
CMYK 0.21 0 0.67 0.05
HSL 78.89º 0.86% 0.63% -
HSV(B) 78.89º 0.67% 0.95% -
XYZ 54.69 75.16 19.21 -
YUV 208.28 55.6 115.67 -
System Red Green Blue C M Y K H S L
Decimal 191 242 80 0.21 0 0.67 0.05 78.89 0.86 0.63
Hex BF F2 50 15 0 43 5 4F 56 3F
Octal 277 362 120 25 0 103 5 117 126 77
Binary 10111111 11110010 1010000 10101 0 1000011 101 1001111 1010110 111111

Color Harmonies of #BFF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF250

Black with #BFF250

Text Example


Text Example

White with #BFF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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