Html Css Color HEX #BFEE5A Conifer

📋 copy color: '#BFEE5A'

red 191 ◦ green 238 ◦ blue 90

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

Shades of Conifer #BFEE5A

Tints of Conifer #BFEE5A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 90 (35.55% from 255) = 17.34%

R = 36.8%
G = 45.86%
B = 17.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BFEE5A (or 0xBFEE5A) is known color: Conifer. HEX triplet: BF, EE and 5A. RGB value is (191,238,90). Sum of RGB (Red+Green+Blue) = 191+238+90=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE5A is #4011A5. Grayscale: #CFCFCF. Windows color (decimal): -4198822 or 5959359. OLE color: 5959359.

HSL color Cylindrical-coordinate representation of color #BFEE5A: hue angle of 79.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFEE5A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 90 -
CMYK 0.20 0 0.62 0.07
HSL 79.05º 0.81% 0.64% -
HSV(B) 79.05º 0.62% 0.93% -
XYZ 53.91 72.96 20.92 -
YUV 207.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 191 238 90 0.20 0 0.62 0.07 79.05 0.81 0.64
Hex BF EE 5A 14 0 3E 7 4F 51 40
Octal 277 356 132 24 0 76 7 117 121 100
Binary 10111111 11101110 1011010 10100 0 111110 111 1001111 1010001 1000000

Color Harmonies of #BFEE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE5A

Black with #BFEE5A

Text Example


Text Example

White with #BFEE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE5A; }

 p { color: rgb(191,238,90); }

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

background-color css

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

 a { background-color: rgb(191,238,90); }

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

border-color css

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

 span { border-color: rgb(191,238,90); }

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