Html Css Color HEX #BFF855 Conifer

📋 copy color: '#BFF855'

red 191 ◦ green 248 ◦ blue 85

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

Shades of Conifer #BFF855

Tints of Conifer #BFF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.33%

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

R = 36.45%
G = 47.33%
B = 16.22%

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

#BFF855 (or 0xBFF855) is known color: Conifer. HEX triplet: BF, F8 and 55. RGB value is (191,248,85). Sum of RGB (Red+Green+Blue) = 191+248+85=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF855 is #4007AA. Grayscale: #D4D4D4. Windows color (decimal): -4196267 or 5634239. OLE color: 5634239.

HSL color Cylindrical-coordinate representation of color #BFF855: hue angle of 80.98º degrees, saturation: 0.92, 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 #BFF855 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 85 -
CMYK 0.23 0 0.66 0.03
HSL 80.98º 0.92% 0.65% -
HSV(B) 80.98º 0.66% 0.97% -
XYZ 56.69 78.87 20.83 -
YUV 212.38 56.12 112.75 -
System Red Green Blue C M Y K H S L
Decimal 191 248 85 0.23 0 0.66 0.03 80.98 0.92 0.65
Hex BF F8 55 17 0 42 3 51 5C 41
Octal 277 370 125 27 0 102 3 121 134 101
Binary 10111111 11111000 1010101 10111 0 1000010 11 1010001 1011100 1000001

Color Harmonies of #BFF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF855

Black with #BFF855

Text Example


Text Example

White with #BFF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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