Html Css Color HEX #BFDD5D Conifer

📋 copy color: '#BFDD5D'

red 191 ◦ green 221 ◦ blue 93

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

Shades of Conifer #BFDD5D

Tints of Conifer #BFDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 37.82%
G = 43.76%
B = 18.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BFDD5D (or 0xBFDD5D) is known color: Conifer. HEX triplet: BF, DD and 5D. RGB value is (191,221,93). Sum of RGB (Red+Green+Blue) = 191+221+93=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD5D is #4022A2. Grayscale: #C5C5C5. Windows color (decimal): -4203171 or 6151615. OLE color: 6151615.

HSL color Cylindrical-coordinate representation of color #BFDD5D: hue angle of 74.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFDD5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 93 -
CMYK 0.14 0 0.58 0.13
HSL 74.06º 0.65% 0.62% -
HSV(B) 74.06º 0.58% 0.87% -
XYZ 49.32 63.58 20.03 -
YUV 197.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 191 221 93 0.14 0 0.58 0.13 74.06 0.65 0.62
Hex BF DD 5D E 0 3A D 4A 41 3E
Octal 277 335 135 16 0 72 15 112 101 76
Binary 10111111 11011101 1011101 1110 0 111010 1101 1001010 1000001 111110

Color Harmonies of #BFDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD5D

Black with #BFDD5D

Text Example


Text Example

White with #BFDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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