Html Css Color HEX #BFDE4C Conifer

📋 copy color: '#BFDE4C'

red 191 ◦ green 222 ◦ blue 76

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

Shades of Conifer #BFDE4C

Tints of Conifer #BFDE4C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 39.06%
G = 45.4%
B = 15.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BFDE4C (or 0xBFDE4C) is known color: Conifer. HEX triplet: BF, DE and 4C. RGB value is (191,222,76). Sum of RGB (Red+Green+Blue) = 191+222+76=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE4C is #4021B3. Grayscale: #C4C4C4. Windows color (decimal): -4202932 or 5037759. OLE color: 5037759.

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

Color convert

RGB 191 222 76 -
CMYK 0.14 0 0.66 0.13
HSL 72.74º 0.69% 0.58% -
HSV(B) 72.74º 0.66% 0.87% -
XYZ 48.91 63.84 16.58 -
YUV 196.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 191 222 76 0.14 0 0.66 0.13 72.74 0.69 0.58
Hex BF DE 4C E 0 42 D 49 45 3A
Octal 277 336 114 16 0 102 15 111 105 72
Binary 10111111 11011110 1001100 1110 0 1000010 1101 1001001 1000101 111010

Color Harmonies of #BFDE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE4C

Black with #BFDE4C

Text Example


Text Example

White with #BFDE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE4C; }

 p { color: rgb(191,222,76); }

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

background-color css

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

 a { background-color: rgb(191,222,76); }

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

border-color css

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

 span { border-color: rgb(191,222,76); }

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