Html Css Color HEX #BFE94E Conifer

📋 copy color: '#BFE94E'

red 191 ◦ green 233 ◦ blue 78

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

Shades of Conifer #BFE94E

Tints of Conifer #BFE94E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 38.05%
G = 46.41%
B = 15.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BFE94E (or 0xBFE94E) is known color: Conifer. HEX triplet: BF, E9 and 4E. RGB value is (191,233,78). Sum of RGB (Red+Green+Blue) = 191+233+78=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE94E is #4016B1. Grayscale: #CBCBCB. Windows color (decimal): -4200114 or 5171647. OLE color: 5171647.

HSL color Cylindrical-coordinate representation of color #BFE94E: hue angle of 76.26º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE94E is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 78 -
CMYK 0.18 0 0.67 0.09
HSL 76.26º 0.78% 0.61% -
HSV(B) 76.26º 0.67% 0.91% -
XYZ 52 69.9 17.96 -
YUV 202.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 191 233 78 0.18 0 0.67 0.09 76.26 0.78 0.61
Hex BF E9 4E 12 0 43 9 4C 4E 3D
Octal 277 351 116 22 0 103 11 114 116 75
Binary 10111111 11101001 1001110 10010 0 1000011 1001 1001100 1001110 111101

Color Harmonies of #BFE94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE94E

Black with #BFE94E

Text Example


Text Example

White with #BFE94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE94E; }

 p { color: rgb(191,233,78); }

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

background-color css

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

 a { background-color: rgb(191,233,78); }

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

border-color css

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

 span { border-color: rgb(191,233,78); }

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