Html Css Color HEX #BFDD54 Conifer

📋 copy color: '#BFDD54'

red 191 ◦ green 221 ◦ blue 84

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

Shades of Conifer #BFDD54

Tints of Conifer #BFDD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 38.51%
G = 44.56%
B = 16.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#BFDD54 (or 0xBFDD54) is known color: Conifer. HEX triplet: BF, DD and 54. RGB value is (191,221,84). Sum of RGB (Red+Green+Blue) = 191+221+84=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD54 is #4022AB. Grayscale: #C4C4C4. Windows color (decimal): -4203180 or 5561791. OLE color: 5561791.

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

Color convert

RGB 191 221 84 -
CMYK 0.14 0 0.62 0.13
HSL 73.14º 0.67% 0.6% -
HSV(B) 73.14º 0.62% 0.87% -
XYZ 48.94 63.43 18.05 -
YUV 196.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 191 221 84 0.14 0 0.62 0.13 73.14 0.67 0.6
Hex BF DD 54 E 0 3E D 49 43 3C
Octal 277 335 124 16 0 76 15 111 103 74
Binary 10111111 11011101 1010100 1110 0 111110 1101 1001001 1000011 111100

Color Harmonies of #BFDD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD54

Black with #BFDD54

Text Example


Text Example

White with #BFDD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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