Html Css Color HEX #BFEE5E Conifer

📋 copy color: '#BFEE5E'

red 191 ◦ green 238 ◦ blue 94

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

Shades of Conifer #BFEE5E

Tints of Conifer #BFEE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 36.52%
G = 45.51%
B = 17.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#BFEE5E (or 0xBFEE5E) is known color: Conifer. HEX triplet: BF, EE and 5E. RGB value is (191,238,94). Sum of RGB (Red+Green+Blue) = 191+238+94=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE5E is #4011A1. Grayscale: #D0D0D0. Windows color (decimal): -4198818 or 6221503. OLE color: 6221503.

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

Color convert

RGB 191 238 94 -
CMYK 0.20 0 0.61 0.07
HSL 79.58º 0.81% 0.65% -
HSV(B) 79.58º 0.61% 0.93% -
XYZ 54.08 73.03 21.84 -
YUV 207.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 191 238 94 0.20 0 0.61 0.07 79.58 0.81 0.65
Hex BF EE 5E 14 0 3D 7 50 51 41
Octal 277 356 136 24 0 75 7 120 121 101
Binary 10111111 11101110 1011110 10100 0 111101 111 1010000 1010001 1000001

Color Harmonies of #BFEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE5E

Black with #BFEE5E

Text Example


Text Example

White with #BFEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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