Html Css Color HEX #BFF255 Conifer

📋 copy color: '#BFF255'

red 191 ◦ green 242 ◦ blue 85

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

Shades of Conifer #BFF255

Tints of Conifer #BFF255

RGB

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

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

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

R = 36.87%
G = 46.72%
B = 16.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BFF255 (or 0xBFF255) is known color: Conifer. HEX triplet: BF, F2 and 55. RGB value is (191,242,85). Sum of RGB (Red+Green+Blue) = 191+242+85=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF255 is #400DAA. Grayscale: #D1D1D1. Windows color (decimal): -4197803 or 5632703. OLE color: 5632703.

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

Color convert

RGB 191 242 85 -
CMYK 0.21 0 0.65 0.05
HSL 79.49º 0.86% 0.64% -
HSV(B) 79.49º 0.65% 0.95% -
XYZ 54.88 75.24 20.22 -
YUV 208.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 191 242 85 0.21 0 0.65 0.05 79.49 0.86 0.64
Hex BF F2 55 15 0 41 5 4F 56 40
Octal 277 362 125 25 0 101 5 117 126 100
Binary 10111111 11110010 1010101 10101 0 1000001 101 1001111 1010110 1000000

Color Harmonies of #BFF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF255

Black with #BFF255

Text Example


Text Example

White with #BFF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF255; }

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

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

background-color css

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

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

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

border-color css

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

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

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