Html Css Color HEX #BFE35E Conifer

📋 copy color: '#BFE35E'

red 191 ◦ green 227 ◦ blue 94

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

Shades of Conifer #BFE35E

Tints of Conifer #BFE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.34%

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

R = 37.3%
G = 44.34%
B = 18.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#BFE35E (or 0xBFE35E) is known color: Conifer. HEX triplet: BF, E3 and 5E. RGB value is (191,227,94). Sum of RGB (Red+Green+Blue) = 191+227+94=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE35E is #401CA1. Grayscale: #C9C9C9. Windows color (decimal): -4201634 or 6218687. OLE color: 6218687.

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

Color convert

RGB 191 227 94 -
CMYK 0.16 0 0.59 0.11
HSL 76.24º 0.7% 0.63% -
HSV(B) 76.24º 0.59% 0.89% -
XYZ 50.98 66.82 20.8 -
YUV 201.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 191 227 94 0.16 0 0.59 0.11 76.24 0.7 0.63
Hex BF E3 5E 10 0 3B B 4C 46 3F
Octal 277 343 136 20 0 73 13 114 106 77
Binary 10111111 11100011 1011110 10000 0 111011 1011 1001100 1000110 111111

Color Harmonies of #BFE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE35E

Black with #BFE35E

Text Example


Text Example

White with #BFE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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