Html Css Color HEX #BFDD55 Conifer

📋 copy color: '#BFDD55'

red 191 ◦ green 221 ◦ blue 85

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

Shades of Conifer #BFDD55

Tints of Conifer #BFDD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 38.43%
G = 44.47%
B = 17.1%

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

#BFDD55 (or 0xBFDD55) is known color: Conifer. HEX triplet: BF, DD and 55. RGB value is (191,221,85). Sum of RGB (Red+Green+Blue) = 191+221+85=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD55 is #4022AA. Grayscale: #C5C5C5. Windows color (decimal): -4203179 or 5627327. OLE color: 5627327.

HSL color Cylindrical-coordinate representation of color #BFDD55: hue angle of 73.24º 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 #BFDD55 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 85 -
CMYK 0.14 0 0.62 0.13
HSL 73.24º 0.67% 0.6% -
HSV(B) 73.24º 0.62% 0.87% -
XYZ 48.98 63.45 18.26 -
YUV 196.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 191 221 85 0.14 0 0.62 0.13 73.24 0.67 0.6
Hex BF DD 55 E 0 3E D 49 43 3C
Octal 277 335 125 16 0 76 15 111 103 74
Binary 10111111 11011101 1010101 1110 0 111110 1101 1001001 1000011 111100

Color Harmonies of #BFDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD55

Black with #BFDD55

Text Example


Text Example

White with #BFDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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