Html Css Color HEX #BFF05D Conifer

📋 copy color: '#BFF05D'

red 191 ◦ green 240 ◦ blue 93

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

Shades of Conifer #BFF05D

Tints of Conifer #BFF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.8%

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 36.45%
G = 45.8%
B = 17.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#BFF05D (or 0xBFF05D) is known color: Conifer. HEX triplet: BF, F0 and 5D. RGB value is (191,240,93). Sum of RGB (Red+Green+Blue) = 191+240+93=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF05D is #400FA2. Grayscale: #D1D1D1. Windows color (decimal): -4198307 or 6156479. OLE color: 6156479.

HSL color Cylindrical-coordinate representation of color #BFF05D: hue angle of 80º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF05D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 93 -
CMYK 0.20 0 0.61 0.06
HSL 80º 0.83% 0.65% -
HSV(B) 80º 0.61% 0.94% -
XYZ 54.62 74.19 21.8 -
YUV 208.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 191 240 93 0.20 0 0.61 0.06 80 0.83 0.65
Hex BF F0 5D 14 0 3D 6 50 53 41
Octal 277 360 135 24 0 75 6 120 123 101
Binary 10111111 11110000 1011101 10100 0 111101 110 1010000 1010011 1000001

Color Harmonies of #BFF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF05D

Black with #BFF05D

Text Example


Text Example

White with #BFF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF05D; }

 p { color: rgb(191,240,93); }

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

background-color css

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

 a { background-color: rgb(191,240,93); }

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

border-color css

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

 span { border-color: rgb(191,240,93); }

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