Html Css Color HEX #BFDD4A Conifer

📋 copy color: '#BFDD4A'

red 191 ◦ green 221 ◦ blue 74

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

Shades of Conifer #BFDD4A

Tints of Conifer #BFDD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.23%

R = 39.3%
G = 45.47%
B = 15.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BFDD4A (or 0xBFDD4A) is known color: Conifer. HEX triplet: BF, DD and 4A. RGB value is (191,221,74). Sum of RGB (Red+Green+Blue) = 191+221+74=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD4A is #4022B5. Grayscale: #C3C3C3. Windows color (decimal): -4203190 or 4906431. OLE color: 4906431.

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

Color convert

RGB 191 221 74 -
CMYK 0.14 0 0.67 0.13
HSL 72.24º 0.68% 0.58% -
HSV(B) 72.24º 0.67% 0.87% -
XYZ 48.58 63.28 16.13 -
YUV 195.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 191 221 74 0.14 0 0.67 0.13 72.24 0.68 0.58
Hex BF DD 4A E 0 43 D 48 44 3A
Octal 277 335 112 16 0 103 15 110 104 72
Binary 10111111 11011101 1001010 1110 0 1000011 1101 1001000 1000100 111010

Color Harmonies of #BFDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD4A

Black with #BFDD4A

Text Example


Text Example

White with #BFDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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