Html Css Color HEX #BFF755 Conifer

📋 copy color: '#BFF755'

red 191 ◦ green 247 ◦ blue 85

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

Shades of Conifer #BFF755

Tints of Conifer #BFF755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 36.52%
G = 47.23%
B = 16.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#BFF755 (or 0xBFF755) is known color: Conifer. HEX triplet: BF, F7 and 55. RGB value is (191,247,85). Sum of RGB (Red+Green+Blue) = 191+247+85=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF755 is #4008AA. Grayscale: #D4D4D4. Windows color (decimal): -4196523 or 5633983. OLE color: 5633983.

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

Color convert

RGB 191 247 85 -
CMYK 0.23 0 0.66 0.03
HSL 80.74º 0.91% 0.65% -
HSV(B) 80.74º 0.66% 0.97% -
XYZ 56.39 78.25 20.73 -
YUV 211.79 56.45 113.17 -
System Red Green Blue C M Y K H S L
Decimal 191 247 85 0.23 0 0.66 0.03 80.74 0.91 0.65
Hex BF F7 55 17 0 42 3 51 5B 41
Octal 277 367 125 27 0 102 3 121 133 101
Binary 10111111 11110111 1010101 10111 0 1000010 11 1010001 1011011 1000001

Color Harmonies of #BFF755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF755

Black with #BFF755

Text Example


Text Example

White with #BFF755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF755; }

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

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

background-color css

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

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

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

border-color css

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

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

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