Html Css Color HEX #BFED5D Conifer

📋 copy color: '#BFED5D'

red 191 ◦ green 237 ◦ blue 93

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

Shades of Conifer #BFED5D

Tints of Conifer #BFED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 36.66%
G = 45.49%
B = 17.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#BFED5D (or 0xBFED5D) is known color: Conifer. HEX triplet: BF, ED and 5D. RGB value is (191,237,93). Sum of RGB (Red+Green+Blue) = 191+237+93=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED5D is #4012A2. Grayscale: #CFCFCF. Windows color (decimal): -4199075 or 6155711. OLE color: 6155711.

HSL color Cylindrical-coordinate representation of color #BFED5D: hue angle of 79.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFED5D is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 93 -
CMYK 0.19 0 0.61 0.07
HSL 79.17º 0.8% 0.65% -
HSV(B) 79.17º 0.61% 0.93% -
XYZ 53.75 72.44 21.5 -
YUV 206.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 191 237 93 0.19 0 0.61 0.07 79.17 0.8 0.65
Hex BF ED 5D 13 0 3D 7 4F 50 41
Octal 277 355 135 23 0 75 7 117 120 101
Binary 10111111 11101101 1011101 10011 0 111101 111 1001111 1010000 1000001

Color Harmonies of #BFED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED5D

Black with #BFED5D

Text Example


Text Example

White with #BFED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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