Html Css Color HEX #BFE465 Conifer

📋 copy color: '#BFE465'

red 191 ◦ green 228 ◦ blue 101

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

Shades of Conifer #BFE465

Tints of Conifer #BFE465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.85%

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 36.73%
G = 43.85%
B = 19.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#BFE465 (or 0xBFE465) is known color: Conifer. HEX triplet: BF, E4 and 65. RGB value is (191,228,101). Sum of RGB (Red+Green+Blue) = 191+228+101=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE465 is #401B9A. Grayscale: #CACACA. Windows color (decimal): -4201371 or 6677695. OLE color: 6677695.

HSL color Cylindrical-coordinate representation of color #BFE465: hue angle of 77.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE465 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 101 -
CMYK 0.16 0 0.56 0.11
HSL 77.48º 0.7% 0.65% -
HSV(B) 77.48º 0.56% 0.89% -
XYZ 51.58 67.5 22.62 -
YUV 202.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 191 228 101 0.16 0 0.56 0.11 77.48 0.7 0.65
Hex BF E4 65 10 0 38 B 4D 46 41
Octal 277 344 145 20 0 70 13 115 106 101
Binary 10111111 11100100 1100101 10000 0 111000 1011 1001101 1000110 1000001

Color Harmonies of #BFE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE465

Black with #BFE465

Text Example


Text Example

White with #BFE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE465; }

 p { color: rgb(191,228,101); }

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

background-color css

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

 a { background-color: rgb(191,228,101); }

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

border-color css

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

 span { border-color: rgb(191,228,101); }

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