Html Css Color HEX #BFDC4B Conifer

📋 copy color: '#BFDC4B'

red 191 ◦ green 220 ◦ blue 75

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

Shades of Conifer #BFDC4B

Tints of Conifer #BFDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 75 (29.69% from 255) = 15.43%

R = 39.3%
G = 45.27%
B = 15.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BFDC4B (or 0xBFDC4B) is known color: Conifer. HEX triplet: BF, DC and 4B. RGB value is (191,220,75). Sum of RGB (Red+Green+Blue) = 191+220+75=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC4B is #4023B4. Grayscale: #C3C3C3. Windows color (decimal): -4203445 or 4971711. OLE color: 4971711.

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

Color convert

RGB 191 220 75 -
CMYK 0.13 0 0.66 0.14
HSL 72º 0.67% 0.58% -
HSV(B) 72º 0.66% 0.86% -
XYZ 48.35 62.77 16.22 -
YUV 194.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 191 220 75 0.13 0 0.66 0.14 72 0.67 0.58
Hex BF DC 4B D 0 42 E 48 43 3A
Octal 277 334 113 15 0 102 16 110 103 72
Binary 10111111 11011100 1001011 1101 0 1000010 1110 1001000 1000011 111010

Color Harmonies of #BFDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC4B

Black with #BFDC4B

Text Example


Text Example

White with #BFDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC4B; }

 p { color: rgb(191,220,75); }

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

background-color css

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

 a { background-color: rgb(191,220,75); }

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

border-color css

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

 span { border-color: rgb(191,220,75); }

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